#995516

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

Shades of Golden Brown #995516

Tints of Golden Brown #995516

Color information

#995516 (or 0x995516) is unknown color: approx Golden Brown. HEX triplet: 99, 55 and 16. RGB value is (153,85,22). Sum of RGB (Red+Green+Blue) = 153+85+22=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #995516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995516 is #66AAE9. Grayscale: #626262. Windows color (decimal): -6728426 or 1463705. OLE color: 1463705.

HSL color Cylindrical-coordinate representation of color #995516: hue angle of 28.85º 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 #995516 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1538522-
CMYK00.440.860.4
HSL28.85º74.86%34.31%-
HSV(B)28.85º85.62%60%-
XYZ16.5313.332.46-
YUV98.1585.03167.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.85%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=58.85%
G=32.69%
B=8.46%

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
Decimal153852200.440.860.428.8574.8634.31
Hex99551602C56281d4b22
Octal23112526054126503511342
Binary1001100110101011011001011001010110101000111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995516; }

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

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

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

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

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

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

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

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