#604010

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

Shades of Dark Brown #604010

Tints of Dark Brown #604010

Color information

#604010 (or 0x604010) is unknown color: approx Dark Brown. HEX triplet: 60, 40 and 10. RGB value is (96,64,16). Sum of RGB (Red+Green+Blue) = 96+64+16=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #604010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604010 is #9FBFEF. Grayscale: #444444. Windows color (decimal): -10469360 or 1065056. OLE color: 1065056.

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

Color convert

RGB966416-
CMYK00.330.830.62
HSL36º71.43%21.96%-
HSV(B)36º83.33%37.65%-
XYZ6.756.191.33-
YUV68.198.6147.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=54.55%
G=36.36%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96641600.330.830.623671.4321.96
Hex604010021533E244716
Octal14010020041123764410726
Binary110000010000001000001000011010011111110100100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604010; }

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

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

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

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

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

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

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

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