#604036

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

Shades of Very Dark Brown #604036

Tints of Very Dark Brown #604036

Color information

#604036 (or 0x604036) is unknown color: approx Very Dark Brown. HEX triplet: 60, 40 and 36. RGB value is (96,64,54). Sum of RGB (Red+Green+Blue) = 96+64+54=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #604036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604036 is #9FBFC9. Grayscale: #484848. Windows color (decimal): -10469322 or 3555424. OLE color: 3555424.

HSL color Cylindrical-coordinate representation of color #604036: hue angle of 14.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #604036 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB966454-
CMYK00.330.440.62
HSL14.29º28%29.41%-
HSV(B)14.29º43.75%37.65%-
XYZ7.326.424.34-
YUV72.43117.6144.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=44.86%
G=29.91%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96645400.330.440.6214.292829.41
Hex6040360212C3Ee1c1d
Octal140100660415476163435
Binary11000001000000110110010000110110011111011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604036; }

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

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

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

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

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

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

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

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