#604215

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

Shades of Dark Brown #604215

Tints of Dark Brown #604215

Color information

#604215 (or 0x604215) is unknown color: approx Dark Brown. HEX triplet: 60, 42 and 15. RGB value is (96,66,21). Sum of RGB (Red+Green+Blue) = 96+66+21=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #604215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604215 is #9FBDEA. Grayscale: #464646. Windows color (decimal): -10468843 or 1393248. OLE color: 1393248.

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

Color convert

RGB966621-
CMYK00.310.780.62
HSL36º64.1%22.94%-
HSV(B)36º78.12%37.65%-
XYZ6.916.441.59-
YUV69.84100.44146.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=52.46%
G=36.07%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96662100.310.780.623664.122.94
Hex60421501F4E3E244017
Octal14010225037116764410027
Binary11000001000010101010111111001110111110100100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604215; }

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

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

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

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

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

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

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

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