#604415

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

Shades of Dark Brown #604415

Tints of Dark Brown #604415

Color information

#604415 (or 0x604415) is unknown color: approx Dark Brown. HEX triplet: 60, 44 and 15. RGB value is (96,68,21). Sum of RGB (Red+Green+Blue) = 96+68+21=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #604415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604415 is #9FBBEA. Grayscale: #474747. Windows color (decimal): -10468331 or 1393760. OLE color: 1393760.

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

Color convert

RGB966821-
CMYK00.290.780.62
HSL37.6º64.1%22.94%-
HSV(B)37.6º78.12%37.65%-
XYZ7.036.681.63-
YUV71.0199.78145.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=51.89%
G=36.76%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96682100.290.780.6237.664.122.94
Hex60441501D4E3E264017
Octal14010425035116764610027
Binary11000001000100101010111011001110111110100110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604415; }

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

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

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

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

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

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

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

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