#604219

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

Shades of Dark Brown #604219

Tints of Dark Brown #604219

Color information

#604219 (or 0x604219) is unknown color: approx Dark Brown. HEX triplet: 60, 42 and 19. RGB value is (96,66,25). Sum of RGB (Red+Green+Blue) = 96+66+25=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #604219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604219 is #9FBDE6. Grayscale: #464646. Windows color (decimal): -10468839 or 1655392. OLE color: 1655392.

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

Color convert

RGB966625-
CMYK00.310.740.62
HSL34.65º58.68%23.73%-
HSV(B)34.65º73.96%37.65%-
XYZ6.956.451.8-
YUV70.3102.44146.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=51.34%
G=35.29%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96662500.310.740.6234.6558.6823.73
Hex60421901F4A3E233b18
Octal1401023103711276437330
Binary1100000100001011001011111100101011111010001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604219; }

 p { color: rgb(96,66,25); }

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

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

 a { background-color: rgb(96,66,25); }

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

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

 span { border-color: rgb(96,66,25); }

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