Shades of Reef Gold #9F9336
Tints of Reef Gold #9F9336
RGB
CMYK
RGB Variations
Color information
#9F9336 (or 0x9F9336) is known color: Reef Gold. HEX triplet: 9F, 93 and 36. RGB value is (159,147,54). Sum of RGB (Red+Green+Blue) = 159+147+54=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9336 is #606CC9. Grayscale: #8C8C8C. Windows color (decimal): -6319306 or 3576735. OLE color: 3576735.
HSL color Cylindrical-coordinate representation of color #9F9336: hue angle of 53.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F9336 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 54 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.38 |
| HSL | 53.14º | 0.49% | 0.42% | - |
| HSV(B) | 53.14º | 0.66% | 0.62% | - |
| XYZ | 25.4 | 28.5 | 7.65 | - |
| YUV | 139.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 54 | 0 | 0.08 | 0.66 | 0.38 | 53.14 | 0.49 | 0.42 |
| Hex | 9F | 93 | 36 | 0 | 8 | 42 | 26 | 35 | 31 | 2A |
| Octal | 237 | 223 | 66 | 0 | 10 | 102 | 46 | 65 | 61 | 52 |
| Binary | 10011111 | 10010011 | 110110 | 0 | 1000 | 1000010 | 100110 | 110101 | 110001 | 101010 |
Color Harmonies of #9F9336
Complementary color
Monochromatic Colors of #9F9336
Black with #9F9336
Text Example
Text Example
White with #9F9336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9336; }
p { color: rgb(159,147,54); }
H1.HeaderClassName
{
color: #9F9336;
}
.AnyTagClassName
{
color: #9F9336;
}
</style>
background-color css
<style>
a { background-color: #9F9336; }
a { background-color: rgb(159,147,54); }
div.DivClassName
{
background-color: #9F9336;
}
.BgClassName
{
background-color: #9F9336;
}
</style>
border-color css
<style>
span { border-color: #9F9336; }
span { border-color: rgb(159,147,54); }
td.TdClassName
{
border-color: #9F9336;
}
.TagClassName
{
border-color: #9F9336;
}
</style>