#604212

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

Shades of Dark Brown #604212

Tints of Dark Brown #604212

Color information

#604212 (or 0x604212) is unknown color: approx Dark Brown. HEX triplet: 60, 42 and 12. RGB value is (96,66,18). Sum of RGB (Red+Green+Blue) = 96+66+18=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #604212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604212 is #9FBDED. Grayscale: #454545. Windows color (decimal): -10468846 or 1196640. OLE color: 1196640.

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

Color convert

RGB966618-
CMYK00.310.810.62
HSL36.92º68.42%22.35%-
HSV(B)36.92º81.25%37.65%-
XYZ6.886.431.45-
YUV69.598.94146.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 18 (7.42% from 255) = 10%
R=53.33%
G=36.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96661800.310.810.6236.9268.4222.35
Hex60421201F513E254416
Octal14010222037121764510426
Binary11000001000010100100111111010001111110100101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604212; }

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

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

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

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

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

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

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

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