Shades of Reef Gold #9F9334
Tints of Reef Gold #9F9334
RGB
CMYK
RGB Variations
Color information
#9F9334 (or 0x9F9334) is known color: Reef Gold. HEX triplet: 9F, 93 and 34. RGB value is (159,147,52). Sum of RGB (Red+Green+Blue) = 159+147+52=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9334 is #606CCB. Grayscale: #8C8C8C. Windows color (decimal): -6319308 or 3445663. OLE color: 3445663.
HSL color Cylindrical-coordinate representation of color #9F9334: hue angle of 53.27º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F9334 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 52 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.38 |
| HSL | 53.27º | 0.51% | 0.41% | - |
| HSV(B) | 53.27º | 0.67% | 0.62% | - |
| XYZ | 25.35 | 28.49 | 7.41 | - |
| YUV | 139.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 52 | 0 | 0.08 | 0.67 | 0.38 | 53.27 | 0.51 | 0.41 |
| Hex | 9F | 93 | 34 | 0 | 8 | 43 | 26 | 35 | 33 | 29 |
| Octal | 237 | 223 | 64 | 0 | 10 | 103 | 46 | 65 | 63 | 51 |
| Binary | 10011111 | 10010011 | 110100 | 0 | 1000 | 1000011 | 100110 | 110101 | 110011 | 101001 |
Color Harmonies of #9F9334
Complementary color
Monochromatic Colors of #9F9334
Black with #9F9334
Text Example
Text Example
White with #9F9334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9334; }
p { color: rgb(159,147,52); }
H1.HeaderClassName
{
color: #9F9334;
}
.AnyTagClassName
{
color: #9F9334;
}
</style>
background-color css
<style>
a { background-color: #9F9334; }
a { background-color: rgb(159,147,52); }
div.DivClassName
{
background-color: #9F9334;
}
.BgClassName
{
background-color: #9F9334;
}
</style>
border-color css
<style>
span { border-color: #9F9334; }
span { border-color: rgb(159,147,52); }
td.TdClassName
{
border-color: #9F9334;
}
.TagClassName
{
border-color: #9F9334;
}
</style>