Shades of Reef Gold #9B813B
Tints of Reef Gold #9B813B
RGB
CMYK
RGB Variations
Color information
#9B813B (or 0x9B813B) is known color: Reef Gold. HEX triplet: 9B, 81 and 3B. RGB value is (155,129,59). Sum of RGB (Red+Green+Blue) = 155+129+59=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B813B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B813B is #647EC4. Grayscale: #818181. Windows color (decimal): -6586053 or 3899803. OLE color: 3899803.
HSL color Cylindrical-coordinate representation of color #9B813B: hue angle of 43.75º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B813B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 59 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.39 |
| HSL | 43.75º | 0.45% | 0.42% | - |
| HSV(B) | 43.75º | 0.62% | 0.61% | - |
| XYZ | 22.16 | 22.98 | 7.41 | - |
| YUV | 128.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 59 | 0 | 0.17 | 0.62 | 0.39 | 43.75 | 0.45 | 0.42 |
| Hex | 9B | 81 | 3B | 0 | 11 | 3E | 27 | 2C | 2D | 2A |
| Octal | 233 | 201 | 73 | 0 | 21 | 76 | 47 | 54 | 55 | 52 |
| Binary | 10011011 | 10000001 | 111011 | 0 | 10001 | 111110 | 100111 | 101100 | 101101 | 101010 |
Color Harmonies of #9B813B
Complementary color
Monochromatic Colors of #9B813B
Black with #9B813B
Text Example
Text Example
White with #9B813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B813B; }
p { color: rgb(155,129,59); }
H1.HeaderClassName
{
color: #9B813B;
}
.AnyTagClassName
{
color: #9B813B;
}
</style>
background-color css
<style>
a { background-color: #9B813B; }
a { background-color: rgb(155,129,59); }
div.DivClassName
{
background-color: #9B813B;
}
.BgClassName
{
background-color: #9B813B;
}
</style>
border-color css
<style>
span { border-color: #9B813B; }
span { border-color: rgb(155,129,59); }
td.TdClassName
{
border-color: #9B813B;
}
.TagClassName
{
border-color: #9B813B;
}
</style>