#604412

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

Shades of Dark Brown #604412

Tints of Dark Brown #604412

Color information

#604412 (or 0x604412) is unknown color: approx Dark Brown. HEX triplet: 60, 44 and 12. RGB value is (96,68,18). Sum of RGB (Red+Green+Blue) = 96+68+18=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #604412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604412 is #9FBBED. Grayscale: #464646. Windows color (decimal): -10468334 or 1197152. OLE color: 1197152.

HSL color Cylindrical-coordinate representation of color #604412: hue angle of 38.46º 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 #604412 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB966818-
CMYK00.290.810.62
HSL38.46º68.42%22.35%-
HSV(B)38.46º81.25%37.65%-
XYZ76.661.49-
YUV70.6798.28146.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 18 (7.42% from 255) = 9.89%
R=52.75%
G=37.36%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96681800.290.810.6238.4668.4222.35
Hex60441201D513E264416
Octal14010422035121764610426
Binary11000001000100100100111011010001111110100110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604412; }

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

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

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

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

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

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

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

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