#604720

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

Shades of Dark Brown #604720

Tints of Dark Brown #604720

Color information

#604720 (or 0x604720) is unknown color: approx Dark Brown. HEX triplet: 60, 47 and 20. RGB value is (96,71,32). Sum of RGB (Red+Green+Blue) = 96+71+32=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #604720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604720 is #9FB8DF. Grayscale: #4A4A4A. Windows color (decimal): -10467552 or 2115424. OLE color: 2115424.

HSL color Cylindrical-coordinate representation of color #604720: hue angle of 36.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #604720 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB967132-
CMYK00.260.670.62
HSL36.56º50%25.1%-
HSV(B)36.56º66.67%37.65%-
XYZ7.347.12.35-
YUV74.03104.28143.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=48.24%
G=35.68%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96713200.260.670.6236.565025.1
Hex60472001A433E253219
Octal1401074003210376456231
Binary11000001000111100000011010100001111111010010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604720; }

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

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

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

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

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

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

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

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