#604033

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

Shades of Very Dark Brown #604033

Tints of Very Dark Brown #604033

Color information

#604033 (or 0x604033) is unknown color: approx Very Dark Brown. HEX triplet: 60, 40 and 33. RGB value is (96,64,51). Sum of RGB (Red+Green+Blue) = 96+64+51=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #604033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604033 is #9FBFCC. Grayscale: #484848. Windows color (decimal): -10469325 or 3358816. OLE color: 3358816.

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

Color convert

RGB966451-
CMYK00.330.470.62
HSL17.33º30.61%28.82%-
HSV(B)17.33º46.88%37.65%-
XYZ7.256.393.98-
YUV72.09116.1145.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=45.50%
G=30.33%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96645100.330.470.6217.3330.6128.82
Hex6040330212F3E111f1d
Octal140100630415776213735
Binary110000010000001100110100001101111111110100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604033; }

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

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

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

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

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

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

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

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