#614825

Color #614825 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #614825

Tints of Dark Brown #614825

Color information

#614825 (or 0x614825) is unknown color: approx Dark Brown. HEX triplet: 61, 48 and 25. RGB value is (97,72,37). Sum of RGB (Red+Green+Blue) = 97+72+37=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #614825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614825 is #9EB7DA. Grayscale: #4B4B4B. Windows color (decimal): -10401755 or 2443361. OLE color: 2443361.

HSL color Cylindrical-coordinate representation of color #614825: hue angle of 35º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614825 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB977237-
CMYK00.260.620.62
HSL35º44.78%26.27%-
HSV(B)35º61.86%38.04%-
XYZ7.587.312.76-
YUV75.48106.28143.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=47.09%
G=34.95%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97723700.260.620.623544.7826.27
Hex61482501A3E3E232d1a
Octal141110450327676435532
Binary1100001100100010010101101011111011111010001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614825; }

 p { color: rgb(97,72,37); }

 H1.HeaderClassName
 {
   color: #614825;
 }
 .AnyTagClassName
 {
   color: #614825;
 }
</style>
background-color css

<style>
 a { background-color: #614825; }

 a { background-color: rgb(97,72,37); }

 div.DivClassName
 {
   background-color: #614825;
 }
 .BgClassName
 {
   background-color: #614825;
 }
</style>
border-color css

<style>
 span { border-color: #614825; }

 span { border-color: rgb(97,72,37); }

 td.TdClassName
 {
   border-color: #614825;
 }
 .TagClassName
 {
   border-color: #614825;
 }
</style>