#604715

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

Shades of Dark Brown #604715

Tints of Dark Brown #604715

Color information

#604715 (or 0x604715) is unknown color: approx Dark Brown. HEX triplet: 60, 47 and 15. RGB value is (96,71,21). Sum of RGB (Red+Green+Blue) = 96+71+21=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #604715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604715 is #9FB8EA. Grayscale: #494949. Windows color (decimal): -10467563 or 1394528. OLE color: 1394528.

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

Color convert

RGB967121-
CMYK00.260.780.62
HSL40º64.1%22.94%-
HSV(B)40º78.12%37.65%-
XYZ7.217.051.69-
YUV72.7898.78144.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 21 (8.59% from 255) = 11.17%
R=51.06%
G=37.77%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96712100.260.780.624064.122.94
Hex60471501A4E3E284017
Octal14010725032116765010027
Binary11000001000111101010110101001110111110101000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604715; }

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

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

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

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

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

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

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

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