Html Css Color HEX #9F8506 Dark Goldenrod

📋 copy color: '#9F8506'

red 159 ◦ green 133 ◦ blue 6

#9F8506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #9F8506

Tints of Dark Goldenrod #9F8506

RGB

 RED value IS 159 (62.5% from 255) = 53.36%

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 6 (2.73% from 255) = 2.01%

R = 53.36%
G = 44.63%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F8506 (or 0x9F8506) is known color: Dark Goldenrod. HEX triplet: 9F, 85 and 06. RGB value is (159,133,6). Sum of RGB (Red+Green+Blue) = 159+133+6=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8506 is #607AF9. Grayscale: #7E7E7E. Windows color (decimal): -6322938 or 427423. OLE color: 427423.

HSL color Cylindrical-coordinate representation of color #9F8506: hue angle of 49.8º 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 #9F8506 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 133 6 -
CMYK 0 0.16 0.96 0.38
HSL 49.8º 0.93% 0.32% -
HSV(B) 49.8º 0.96% 0.62% -
XYZ 22.72 24.16 3.64 -
YUV 126.3 60.11 151.33 -
System Red Green Blue C M Y K H S L
Decimal 159 133 6 0 0.16 0.96 0.38 49.8 0.93 0.32
Hex 9F 85 6 0 10 60 26 32 5D 20
Octal 237 205 6 0 20 140 46 62 135 40
Binary 10011111 10000101 110 0 10000 1100000 100110 110010 1011101 100000

Color Harmonies of #9F8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8506

Black with #9F8506

Text Example


Text Example

White with #9F8506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F8506;
 }
 .AnyTagClassName
 {
   color: #9F8506;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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