#604234

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

Shades of Very Dark Brown #604234

Tints of Very Dark Brown #604234

Color information

#604234 (or 0x604234) is unknown color: approx Very Dark Brown. HEX triplet: 60, 42 and 34. RGB value is (96,66,52). Sum of RGB (Red+Green+Blue) = 96+66+52=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #604234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604234 is #9FBDCB. Grayscale: #494949. Windows color (decimal): -10468812 or 3424864. OLE color: 3424864.

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

Color convert

RGB966652-
CMYK00.310.460.62
HSL19.09º29.73%29.02%-
HSV(B)19.09º45.83%37.65%-
XYZ7.396.634.14-
YUV73.37115.94144.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=44.86%
G=30.84%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96665200.310.460.6219.0929.7329.02
Hex60423401F2E3E131e1d
Octal140102640375676233635
Binary11000001000010110100011111101110111110100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604234; }

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

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

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

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

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

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

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

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