Shades of Reef Gold #9F8F3F
Tints of Reef Gold #9F8F3F
RGB
CMYK
RGB Variations
Color information
#9F8F3F (or 0x9F8F3F) is known color: Reef Gold. HEX triplet: 9F, 8F and 3F. RGB value is (159,143,63). Sum of RGB (Red+Green+Blue) = 159+143+63=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8F3F is #6070C0. Grayscale: #8B8B8B. Windows color (decimal): -6320321 or 4165535. OLE color: 4165535.
HSL color Cylindrical-coordinate representation of color #9F8F3F: hue angle of 50º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F8F3F is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 143 | 63 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.38 |
| HSL | 50º | 0.43% | 0.44% | - |
| HSV(B) | 50º | 0.6% | 0.62% | - |
| XYZ | 25.02 | 27.37 | 8.67 | - |
| YUV | 138.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 63 | 0 | 0.10 | 0.60 | 0.38 | 50 | 0.43 | 0.44 |
| Hex | 9F | 8F | 3F | 0 | A | 3C | 26 | 32 | 2B | 2C |
| Octal | 237 | 217 | 77 | 0 | 12 | 74 | 46 | 62 | 53 | 54 |
| Binary | 10011111 | 10001111 | 111111 | 0 | 1010 | 111100 | 100110 | 110010 | 101011 | 101100 |
Color Harmonies of #9F8F3F
Complementary color
Monochromatic Colors of #9F8F3F
Black with #9F8F3F
Text Example
Text Example
White with #9F8F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F3F; }
p { color: rgb(159,143,63); }
H1.HeaderClassName
{
color: #9F8F3F;
}
.AnyTagClassName
{
color: #9F8F3F;
}
</style>
background-color css
<style>
a { background-color: #9F8F3F; }
a { background-color: rgb(159,143,63); }
div.DivClassName
{
background-color: #9F8F3F;
}
.BgClassName
{
background-color: #9F8F3F;
}
</style>
border-color css
<style>
span { border-color: #9F8F3F; }
span { border-color: rgb(159,143,63); }
td.TdClassName
{
border-color: #9F8F3F;
}
.TagClassName
{
border-color: #9F8F3F;
}
</style>