Shades of Reef Gold #9D8636
Tints of Reef Gold #9D8636
RGB
CMYK
RGB Variations
Color information
#9D8636 (or 0x9D8636) is known color: Reef Gold. HEX triplet: 9D, 86 and 36. RGB value is (157,134,54). Sum of RGB (Red+Green+Blue) = 157+134+54=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8636 is #6279C9. Grayscale: #848484. Windows color (decimal): -6453706 or 3573405. OLE color: 3573405.
HSL color Cylindrical-coordinate representation of color #9D8636: hue angle of 46.6º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D8636 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 54 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.38 |
| HSL | 46.6º | 0.49% | 0.41% | - |
| HSV(B) | 46.6º | 0.66% | 0.62% | - |
| XYZ | 23.1 | 24.48 | 7 | - |
| YUV | 131.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 54 | 0 | 0.15 | 0.66 | 0.38 | 46.6 | 0.49 | 0.41 |
| Hex | 9D | 86 | 36 | 0 | F | 42 | 26 | 2F | 31 | 29 |
| Octal | 235 | 206 | 66 | 0 | 17 | 102 | 46 | 57 | 61 | 51 |
| Binary | 10011101 | 10000110 | 110110 | 0 | 1111 | 1000010 | 100110 | 101111 | 110001 | 101001 |
Color Harmonies of #9D8636
Complementary color
Monochromatic Colors of #9D8636
Black with #9D8636
Text Example
Text Example
White with #9D8636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8636; }
p { color: rgb(157,134,54); }
H1.HeaderClassName
{
color: #9D8636;
}
.AnyTagClassName
{
color: #9D8636;
}
</style>
background-color css
<style>
a { background-color: #9D8636; }
a { background-color: rgb(157,134,54); }
div.DivClassName
{
background-color: #9D8636;
}
.BgClassName
{
background-color: #9D8636;
}
</style>
border-color css
<style>
span { border-color: #9D8636; }
span { border-color: rgb(157,134,54); }
td.TdClassName
{
border-color: #9D8636;
}
.TagClassName
{
border-color: #9D8636;
}
</style>