#604416

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

Shades of Dark Brown #604416

Tints of Dark Brown #604416

Color information

#604416 (or 0x604416) is unknown color: approx Dark Brown. HEX triplet: 60, 44 and 16. RGB value is (96,68,22). Sum of RGB (Red+Green+Blue) = 96+68+22=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #604416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604416 is #9FBBE9. Grayscale: #474747. Windows color (decimal): -10468330 or 1459296. OLE color: 1459296.

HSL color Cylindrical-coordinate representation of color #604416: hue angle of 37.3º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #604416 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB966822-
CMYK00.290.770.62
HSL37.3º62.71%23.14%-
HSV(B)37.3º77.08%37.65%-
XYZ7.046.681.68-
YUV71.13100.28145.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=51.61%
G=36.56%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96682200.290.770.6237.362.7123.14
Hex60441601D4D3E253f17
Octal1401042603511576457727
Binary1100000100010010110011101100110111111010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604416; }

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

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

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

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

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

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

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

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