#604820

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

Shades of Dark Brown #604820

Tints of Dark Brown #604820

Color information

#604820 (or 0x604820) is unknown color: approx Dark Brown. HEX triplet: 60, 48 and 20. RGB value is (96,72,32). Sum of RGB (Red+Green+Blue) = 96+72+32=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #604820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604820 is #9FB7DF. Grayscale: #4A4A4A. Windows color (decimal): -10467296 or 2115680. OLE color: 2115680.

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

Color convert

RGB967232-
CMYK00.250.670.62
HSL37.5º50%25.1%-
HSV(B)37.5º66.67%37.65%-
XYZ7.47.232.37-
YUV74.62103.95143.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 32 (12.89% from 255) = 16%
R=48%
G=36%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96723200.250.670.6237.55025.1
Hex604820019433E263219
Octal1401104003110376466231
Binary11000001001000100000011001100001111111010011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604820; }

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

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

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

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

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

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

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

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