#604513

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

Shades of Dark Brown #604513

Tints of Dark Brown #604513

Color information

#604513 (or 0x604513) is unknown color: approx Dark Brown. HEX triplet: 60, 45 and 13. RGB value is (96,69,19). Sum of RGB (Red+Green+Blue) = 96+69+19=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #604513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604513 is #9FBAEC. Grayscale: #474747. Windows color (decimal): -10468077 or 1262944. OLE color: 1262944.

HSL color Cylindrical-coordinate representation of color #604513: hue angle of 38.96º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #604513 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB966919-
CMYK00.280.800.62
HSL38.96º66.96%22.55%-
HSV(B)38.96º80.21%37.65%-
XYZ7.076.791.55-
YUV71.3798.45145.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=52.17%
G=37.5%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96691900.280.800.6238.9666.9622.55
Hex60451301C503E274317
Octal14010523034120764710327
Binary11000001000101100110111001010000111110100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604513; }

 p { color: rgb(96,69,19); }

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

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

 a { background-color: rgb(96,69,19); }

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

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

 span { border-color: rgb(96,69,19); }

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