#604413

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

Shades of Dark Brown #604413

Tints of Dark Brown #604413

Color information

#604413 (or 0x604413) is unknown color: approx Dark Brown. HEX triplet: 60, 44 and 13. RGB value is (96,68,19). Sum of RGB (Red+Green+Blue) = 96+68+19=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #604413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604413 is #9FBBEC. Grayscale: #474747. Windows color (decimal): -10468333 or 1262688. OLE color: 1262688.

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

Color convert

RGB966819-
CMYK00.290.800.62
HSL38.18º66.96%22.55%-
HSV(B)38.18º80.21%37.65%-
XYZ7.016.671.53-
YUV70.7998.78145.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=52.46%
G=37.16%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96681900.290.800.6238.1866.9622.55
Hex60441301D503E264317
Octal14010423035120764610327
Binary11000001000100100110111011010000111110100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604413; }

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

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

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

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

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

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

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

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