#9F8604

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

Shades of Dark Goldenrod #9F8604

Tints of Dark Goldenrod #9F8604

Color information

#9F8604 (or 0x9F8604) is unknown color: approx Dark Goldenrod. HEX triplet: 9F, 86 and 04. RGB value is (159,134,4). Sum of RGB (Red+Green+Blue) = 159+134+4=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8604 is #6079FB. Grayscale: #7F7F7F. Windows color (decimal): -6322684 or 296607. OLE color: 296607.

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

Color convert

RGB1591344-
CMYK00.160.970.38
HSL50.32º95.09%31.96%-
HSV(B)50.32º97.48%62.35%-
XYZ22.8524.433.63-
YUV126.6658.78151.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.54%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 4 (1.95% from 255) = 1.35%
R=53.54%
G=45.12%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159134400.160.970.3850.3295.0931.96
Hex9F8640106126325f20
Octal2372064020141466213740
Binary100111111000011010001000011000011001101100101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,134,4); }

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

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

 a { background-color: rgb(159,134,4); }

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

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

 span { border-color: rgb(159,134,4); }

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