#604613

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

Shades of Dark Brown #604613

Tints of Dark Brown #604613

Color information

#604613 (or 0x604613) is unknown color: approx Dark Brown. HEX triplet: 60, 46 and 13. RGB value is (96,70,19). Sum of RGB (Red+Green+Blue) = 96+70+19=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #604613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604613 is #9FB9EC. Grayscale: #484848. Windows color (decimal): -10467821 or 1263200. OLE color: 1263200.

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

Color convert

RGB967019-
CMYK00.270.800.62
HSL39.74º66.96%22.55%-
HSV(B)39.74º80.21%37.65%-
XYZ7.136.911.57-
YUV71.9698.11145.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=51.89%
G=37.84%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96701900.270.800.6239.7466.9622.55
Hex60461301B503E284317
Octal14010623033120765010327
Binary11000001000110100110110111010000111110101000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604613; }

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

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

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

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

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

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

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

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