#9F5515

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

Shades of Rich Gold #9F5515

Tints of Rich Gold #9F5515

Color information

#9F5515 (or 0x9F5515) is unknown color: approx Rich Gold. HEX triplet: 9F, 55 and 15. RGB value is (159,85,21). Sum of RGB (Red+Green+Blue) = 159+85+21=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5515 is #60AAEA. Grayscale: #646464. Windows color (decimal): -6335211 or 1398175. OLE color: 1398175.

HSL color Cylindrical-coordinate representation of color #9F5515: hue angle of 27.83º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F5515 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1598521-
CMYK00.470.870.38
HSL27.83º76.67%35.29%-
HSV(B)27.83º86.79%62.35%-
XYZ17.6813.922.46-
YUV99.8383.52170.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=60%
G=32.08%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159852100.470.870.3827.8376.6735.29
Hex9F551502F57261c4d23
Octal23712525057127463411543
Binary1001111110101011010101011111010111100110111001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5515; }

 p { color: rgb(159,85,21); }

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

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

 a { background-color: rgb(159,85,21); }

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

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

 span { border-color: rgb(159,85,21); }

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