#604235

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

Shades of Very Dark Brown #604235

Tints of Very Dark Brown #604235

Color information

#604235 (or 0x604235) is unknown color: approx Very Dark Brown. HEX triplet: 60, 42 and 35. RGB value is (96,66,53). Sum of RGB (Red+Green+Blue) = 96+66+53=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #604235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604235 is #9FBDCA. Grayscale: #494949. Windows color (decimal): -10468811 or 3490400. OLE color: 3490400.

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

Color convert

RGB966653-
CMYK00.310.450.62
HSL18.14º28.86%29.22%-
HSV(B)18.14º44.79%37.65%-
XYZ7.416.644.26-
YUV73.49116.44144.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=44.65%
G=30.70%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96665300.310.450.6218.1428.8629.22
Hex60423501F2D3E121d1d
Octal140102650375576223535
Binary11000001000010110101011111101101111110100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604235; }

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

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

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

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

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

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

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

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