Shades of Reef Gold #9B813D
Tints of Reef Gold #9B813D
RGB
CMYK
RGB Variations
Color information
#9B813D (or 0x9B813D) is known color: Reef Gold. HEX triplet: 9B, 81 and 3D. RGB value is (155,129,61). Sum of RGB (Red+Green+Blue) = 155+129+61=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B813D is #647EC2. Grayscale: #818181. Windows color (decimal): -6586051 or 4030875. OLE color: 4030875.
HSL color Cylindrical-coordinate representation of color #9B813D: hue angle of 43.4º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B813D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 61 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.39 |
| HSL | 43.4º | 0.44% | 0.42% | - |
| HSV(B) | 43.4º | 0.61% | 0.61% | - |
| XYZ | 22.21 | 23.01 | 7.68 | - |
| YUV | 129.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 61 | 0 | 0.17 | 0.61 | 0.39 | 43.4 | 0.44 | 0.42 |
| Hex | 9B | 81 | 3D | 0 | 11 | 3D | 27 | 2B | 2C | 2A |
| Octal | 233 | 201 | 75 | 0 | 21 | 75 | 47 | 53 | 54 | 52 |
| Binary | 10011011 | 10000001 | 111101 | 0 | 10001 | 111101 | 100111 | 101011 | 101100 | 101010 |
Color Harmonies of #9B813D
Complementary color
Monochromatic Colors of #9B813D
Black with #9B813D
Text Example
Text Example
White with #9B813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B813D; }
p { color: rgb(155,129,61); }
H1.HeaderClassName
{
color: #9B813D;
}
.AnyTagClassName
{
color: #9B813D;
}
</style>
background-color css
<style>
a { background-color: #9B813D; }
a { background-color: rgb(155,129,61); }
div.DivClassName
{
background-color: #9B813D;
}
.BgClassName
{
background-color: #9B813D;
}
</style>
border-color css
<style>
span { border-color: #9B813D; }
span { border-color: rgb(155,129,61); }
td.TdClassName
{
border-color: #9B813D;
}
.TagClassName
{
border-color: #9B813D;
}
</style>