Shades of Reef Gold #9B8639
Tints of Reef Gold #9B8639
RGB
CMYK
RGB Variations
Color information
#9B8639 (or 0x9B8639) is known color: Reef Gold. HEX triplet: 9B, 86 and 39. RGB value is (155,134,57). Sum of RGB (Red+Green+Blue) = 155+134+57=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8639 is #6479C6. Grayscale: #838383. Windows color (decimal): -6584775 or 3770011. OLE color: 3770011.
HSL color Cylindrical-coordinate representation of color #9B8639: hue angle of 47.14º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B8639 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 134 | 57 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.39 |
| HSL | 47.14º | 0.46% | 0.42% | - |
| HSV(B) | 47.14º | 0.63% | 0.61% | - |
| XYZ | 22.78 | 24.31 | 7.36 | - |
| YUV | 131.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 57 | 0 | 0.14 | 0.63 | 0.39 | 47.14 | 0.46 | 0.42 |
| Hex | 9B | 86 | 39 | 0 | E | 3F | 27 | 2F | 2E | 2A |
| Octal | 233 | 206 | 71 | 0 | 16 | 77 | 47 | 57 | 56 | 52 |
| Binary | 10011011 | 10000110 | 111001 | 0 | 1110 | 111111 | 100111 | 101111 | 101110 | 101010 |
Color Harmonies of #9B8639
Complementary color
Monochromatic Colors of #9B8639
Black with #9B8639
Text Example
Text Example
White with #9B8639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8639; }
p { color: rgb(155,134,57); }
H1.HeaderClassName
{
color: #9B8639;
}
.AnyTagClassName
{
color: #9B8639;
}
</style>
background-color css
<style>
a { background-color: #9B8639; }
a { background-color: rgb(155,134,57); }
div.DivClassName
{
background-color: #9B8639;
}
.BgClassName
{
background-color: #9B8639;
}
</style>
border-color css
<style>
span { border-color: #9B8639; }
span { border-color: rgb(155,134,57); }
td.TdClassName
{
border-color: #9B8639;
}
.TagClassName
{
border-color: #9B8639;
}
</style>