Shades of Reef Gold #9C8935
Tints of Reef Gold #9C8935
RGB
CMYK
RGB Variations
Color information
#9C8935 (or 0x9C8935) is known color: Reef Gold. HEX triplet: 9C, 89 and 35. RGB value is (156,137,53). Sum of RGB (Red+Green+Blue) = 156+137+53=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8935 is #6376CA. Grayscale: #858585. Windows color (decimal): -6518475 or 3508636. OLE color: 3508636.
HSL color Cylindrical-coordinate representation of color #9C8935: hue angle of 48.93º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C8935 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 53 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.39 |
| HSL | 48.93º | 0.49% | 0.41% | - |
| HSV(B) | 48.93º | 0.66% | 0.61% | - |
| XYZ | 23.3 | 25.22 | 7.01 | - |
| YUV | 133.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 53 | 0 | 0.12 | 0.66 | 0.39 | 48.93 | 0.49 | 0.41 |
| Hex | 9C | 89 | 35 | 0 | C | 42 | 27 | 31 | 31 | 29 |
| Octal | 234 | 211 | 65 | 0 | 14 | 102 | 47 | 61 | 61 | 51 |
| Binary | 10011100 | 10001001 | 110101 | 0 | 1100 | 1000010 | 100111 | 110001 | 110001 | 101001 |
Color Harmonies of #9C8935
Complementary color
Monochromatic Colors of #9C8935
Black with #9C8935
Text Example
Text Example
White with #9C8935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8935; }
p { color: rgb(156,137,53); }
H1.HeaderClassName
{
color: #9C8935;
}
.AnyTagClassName
{
color: #9C8935;
}
</style>
background-color css
<style>
a { background-color: #9C8935; }
a { background-color: rgb(156,137,53); }
div.DivClassName
{
background-color: #9C8935;
}
.BgClassName
{
background-color: #9C8935;
}
</style>
border-color css
<style>
span { border-color: #9C8935; }
span { border-color: rgb(156,137,53); }
td.TdClassName
{
border-color: #9C8935;
}
.TagClassName
{
border-color: #9C8935;
}
</style>