#995716

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

Shades of Golden Brown #995716

Tints of Golden Brown #995716

Color information

#995716 (or 0x995716) is unknown color: approx Golden Brown. HEX triplet: 99, 57 and 16. RGB value is (153,87,22). Sum of RGB (Red+Green+Blue) = 153+87+22=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #995716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995716 is #66A8E9. Grayscale: #636363. Windows color (decimal): -6727914 or 1464217. OLE color: 1464217.

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

Color convert

RGB1538722-
CMYK00.430.860.4
HSL29.77º74.86%34.31%-
HSV(B)29.77º85.62%60%-
XYZ16.6913.652.51-
YUV99.3284.37166.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.40%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 22 (8.98% from 255) = 8.40%
R=58.40%
G=33.21%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153872200.430.860.429.7774.8634.31
Hex99571602B56281e4b22
Octal23112726053126503611342
Binary1001100110101111011001010111010110101000111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995716; }

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

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

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

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

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

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

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

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