#604316

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

Shades of Dark Brown #604316

Tints of Dark Brown #604316

Color information

#604316 (or 0x604316) is unknown color: approx Dark Brown. HEX triplet: 60, 43 and 16. RGB value is (96,67,22). Sum of RGB (Red+Green+Blue) = 96+67+22=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #604316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604316 is #9FBCE9. Grayscale: #464646. Windows color (decimal): -10468586 or 1459040. OLE color: 1459040.

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

Color convert

RGB966722-
CMYK00.300.770.62
HSL36.49º62.71%23.14%-
HSV(B)36.49º77.08%37.65%-
XYZ6.986.561.66-
YUV70.54100.61146.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=51.89%
G=36.22%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96672200.300.770.6236.4962.7123.14
Hex60431601E4D3E243f17
Octal1401032603611576447727
Binary1100000100001110110011110100110111111010010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604316; }

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

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

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

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

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

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

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

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