#995117

Color #995117 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #995117

Tints of Rich Gold #995117

Color information

#995117 (or 0x995117) is unknown color: approx Rich Gold. HEX triplet: 99, 51 and 17. RGB value is (153,81,23). Sum of RGB (Red+Green+Blue) = 153+81+23=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #995117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995117 is #66AEE8. Grayscale: #606060. Windows color (decimal): -6729449 or 1528217. OLE color: 1528217.

HSL color Cylindrical-coordinate representation of color #995117: hue angle of 26.77º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #995117 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB1538123-
CMYK00.470.850.4
HSL26.77º73.86%34.51%-
HSV(B)26.77º84.97%60%-
XYZ16.2312.722.41-
YUV95.9286.85168.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 23 (9.38% from 255) = 8.95%
R=59.53%
G=31.52%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153812300.470.850.426.7773.8634.51
Hex99511702F55281b4a23
Octal23112127057125503311243
Binary1001100110100011011101011111010101101000110111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995117; }

 p { color: rgb(153,81,23); }

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

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

 a { background-color: rgb(153,81,23); }

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

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

 span { border-color: rgb(153,81,23); }

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