#604315

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

Shades of Dark Brown #604315

Tints of Dark Brown #604315

Color information

#604315 (or 0x604315) is unknown color: approx Dark Brown. HEX triplet: 60, 43 and 15. RGB value is (96,67,21). Sum of RGB (Red+Green+Blue) = 96+67+21=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #604315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604315 is #9FBCEA. Grayscale: #464646. Windows color (decimal): -10468587 or 1393504. OLE color: 1393504.

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

Color convert

RGB966721-
CMYK00.300.780.62
HSL36.8º64.1%22.94%-
HSV(B)36.8º78.12%37.65%-
XYZ6.976.561.61-
YUV70.43100.11146.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 67 (26.56% from 255) = 36.41%
BLUE value IS 21 (8.59% from 255) = 11.41%
R=52.17%
G=36.41%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96672100.300.780.6236.864.122.94
Hex60431501E4E3E254017
Octal14010325036116764510027
Binary11000001000011101010111101001110111110100101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604315; }

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

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

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

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

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

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

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

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