#995616

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

Shades of Golden Brown #995616

Tints of Golden Brown #995616

Color information

#995616 (or 0x995616) is unknown color: approx Golden Brown. HEX triplet: 99, 56 and 16. RGB value is (153,86,22). Sum of RGB (Red+Green+Blue) = 153+86+22=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #995616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995616 is #66A9E9. Grayscale: #636363. Windows color (decimal): -6728170 or 1463961. OLE color: 1463961.

HSL color Cylindrical-coordinate representation of color #995616: hue angle of 29.31º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #995616 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1538622-
CMYK00.440.860.4
HSL29.31º74.86%34.31%-
HSV(B)29.31º85.62%60%-
XYZ16.6113.492.49-
YUV98.7484.7166.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=58.62%
G=32.95%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153862200.440.860.429.3174.8634.31
Hex99561602C56281d4b22
Octal23112626054126503511342
Binary1001100110101101011001011001010110101000111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995616; }

 p { color: rgb(153,86,22); }

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

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

 a { background-color: rgb(153,86,22); }

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

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

 span { border-color: rgb(153,86,22); }

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