#604034

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

Shades of Very Dark Brown #604034

Tints of Very Dark Brown #604034

Color information

#604034 (or 0x604034) is unknown color: approx Very Dark Brown. HEX triplet: 60, 40 and 34. RGB value is (96,64,52). Sum of RGB (Red+Green+Blue) = 96+64+52=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #604034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604034 is #9FBFCB. Grayscale: #484848. Windows color (decimal): -10469324 or 3424352. OLE color: 3424352.

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

Color convert

RGB966452-
CMYK00.330.460.62
HSL16.36º29.73%29.02%-
HSV(B)16.36º45.83%37.65%-
XYZ7.286.44.1-
YUV72.2116.6144.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=45.28%
G=30.19%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96645200.330.460.6216.3629.7329.02
Hex6040340212E3E101e1d
Octal140100640415676203635
Binary110000010000001101000100001101110111110100001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604034; }

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

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

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

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

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

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

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

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