#9F7F07

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

Shades of Dark Goldenrod #9F7F07

Tints of Dark Goldenrod #9F7F07

Color information

#9F7F07 (or 0x9F7F07) is unknown color: approx Dark Goldenrod. HEX triplet: 9F, 7F and 07. RGB value is (159,127,7). Sum of RGB (Red+Green+Blue) = 159+127+7=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7F07 is #6080F8. Grayscale: #7B7B7B. Windows color (decimal): -6324473 or 491423. OLE color: 491423.

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

Color convert

RGB1591277-
CMYK00.200.960.38
HSL47.37º91.57%32.55%-
HSV(B)47.37º95.6%62.35%-
XYZ21.9322.573.4-
YUV122.8962.6153.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.27%
GREEN value IS 127 (50% from 255) = 43.34%
BLUE value IS 7 (3.12% from 255) = 2.39%
R=54.27%
G=43.34%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159127700.200.960.3847.3791.5732.55
Hex9F7F701460262f5c21
Octal2371777024140465713441
Binary10011111111111111101010011000001001101011111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,127,7); }

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

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

 a { background-color: rgb(159,127,7); }

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

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

 span { border-color: rgb(159,127,7); }

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