#604032

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

Shades of Very Dark Brown #604032

Tints of Very Dark Brown #604032

Color information

#604032 (or 0x604032) is unknown color: approx Very Dark Brown. HEX triplet: 60, 40 and 32. RGB value is (96,64,50). Sum of RGB (Red+Green+Blue) = 96+64+50=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #604032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604032 is #9FBFCD. Grayscale: #484848. Windows color (decimal): -10469326 or 3293280. OLE color: 3293280.

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

Color convert

RGB966450-
CMYK00.330.480.62
HSL18.26º31.51%28.63%-
HSV(B)18.26º47.92%37.65%-
XYZ7.236.383.87-
YUV71.97115.6145.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=45.71%
G=30.48%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96645000.330.480.6218.2631.5128.63
Hex604032021303E12201d
Octal140100620416076224035
Binary1100000100000011001001000011100001111101001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604032; }

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

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

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

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

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

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

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

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