#9F8206

Color #9F8206 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #9F8206

Tints of Dark Goldenrod #9F8206

Color information

#9F8206 (or 0x9F8206) is unknown color: approx Dark Goldenrod. HEX triplet: 9F, 82 and 06. RGB value is (159,130,6). Sum of RGB (Red+Green+Blue) = 159+130+6=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8206 is #607DF9. Grayscale: #7D7D7D. Windows color (decimal): -6323706 or 426655. OLE color: 426655.

HSL color Cylindrical-coordinate representation of color #9F8206: hue angle of 48.63º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F8206 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1591306-
CMYK00.180.960.38
HSL48.63º92.73%32.35%-
HSV(B)48.63º96.23%62.35%-
XYZ22.3123.353.5-
YUV124.5461.11152.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 6 (2.73% from 255) = 2.03%
R=53.90%
G=44.07%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159130600.180.960.3848.6392.7332.35
Hex9F8260126026315d20
Octal2372026022140466113540
Binary100111111000001011001001011000001001101100011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,130,6); }

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

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

 a { background-color: rgb(159,130,6); }

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

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

 span { border-color: rgb(159,130,6); }

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