#995018

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

Shades of Rich Gold #995018

Tints of Rich Gold #995018

Color information

#995018 (or 0x995018) is unknown color: approx Rich Gold. HEX triplet: 99, 50 and 18. RGB value is (153,80,24). Sum of RGB (Red+Green+Blue) = 153+80+24=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #995018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995018 is #66AFE7. Grayscale: #5F5F5F. Windows color (decimal): -6729704 or 1593497. OLE color: 1593497.

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

Color convert

RGB1538024-
CMYK00.480.840.4
HSL26.05º72.88%34.71%-
HSV(B)26.05º84.31%60%-
XYZ16.1712.582.44-
YUV95.4487.68169.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=59.53%
G=31.13%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153802400.480.840.426.0572.8834.71
Hex99501803054281a4923
Octal23112030060124503211143
Binary1001100110100001100001100001010100101000110101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995018; }

 p { color: rgb(153,80,24); }

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

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

 a { background-color: rgb(153,80,24); }

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

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

 span { border-color: rgb(153,80,24); }

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