#604615

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

Shades of Dark Brown #604615

Tints of Dark Brown #604615

Color information

#604615 (or 0x604615) is unknown color: approx Dark Brown. HEX triplet: 60, 46 and 15. RGB value is (96,70,21). Sum of RGB (Red+Green+Blue) = 96+70+21=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #604615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604615 is #9FB9EA. Grayscale: #484848. Windows color (decimal): -10467819 or 1394272. OLE color: 1394272.

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

Color convert

RGB967021-
CMYK00.270.780.62
HSL39.2º64.1%22.94%-
HSV(B)39.2º78.12%37.65%-
XYZ7.156.921.67-
YUV72.1999.11144.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 21 (8.59% from 255) = 11.23%
R=51.34%
G=37.43%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96702100.270.780.6239.264.122.94
Hex60461501B4E3E274017
Octal14010625033116764710027
Binary11000001000110101010110111001110111110100111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604615; }

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

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

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

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

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

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

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

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