#604012

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

Shades of Dark Brown #604012

Tints of Dark Brown #604012

Color information

#604012 (or 0x604012) is unknown color: approx Dark Brown. HEX triplet: 60, 40 and 12. RGB value is (96,64,18). Sum of RGB (Red+Green+Blue) = 96+64+18=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #604012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604012 is #9FBFED. Grayscale: #444444. Windows color (decimal): -10469358 or 1196128. OLE color: 1196128.

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

Color convert

RGB966418-
CMYK00.330.810.62
HSL35.38º68.42%22.35%-
HSV(B)35.38º81.25%37.65%-
XYZ6.776.21.41-
YUV68.3299.6147.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 18 (7.42% from 255) = 10.11%
R=53.93%
G=35.96%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96641800.330.810.6235.3868.4222.35
Hex604012021513E234416
Octal14010022041121764310426
Binary110000010000001001001000011010001111110100011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604012; }

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

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

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

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

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

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

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

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