#604210

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

Shades of Dark Brown #604210

Tints of Dark Brown #604210

Color information

#604210 (or 0x604210) is unknown color: approx Dark Brown. HEX triplet: 60, 42 and 10. RGB value is (96,66,16). Sum of RGB (Red+Green+Blue) = 96+66+16=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #604210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604210 is #9FBDEF. Grayscale: #454545. Windows color (decimal): -10468848 or 1065568. OLE color: 1065568.

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

Color convert

RGB966616-
CMYK00.310.830.62
HSL37.5º71.43%21.96%-
HSV(B)37.5º83.33%37.65%-
XYZ6.876.421.37-
YUV69.2797.94147.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=53.93%
G=37.08%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96661600.310.830.6237.571.4321.96
Hex60421001F533E264716
Octal14010220037123764610726
Binary11000001000010100000111111010011111110100110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604210; }

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

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

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

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

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

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

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

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