Shades of Reef Gold #9C883D
Tints of Reef Gold #9C883D
RGB
CMYK
RGB Variations
Color information
#9C883D (or 0x9C883D) is known color: Reef Gold. HEX triplet: 9C, 88 and 3D. RGB value is (156,136,61). Sum of RGB (Red+Green+Blue) = 156+136+61=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C883D is #6377C2. Grayscale: #858585. Windows color (decimal): -6518723 or 4032668. OLE color: 4032668.
HSL color Cylindrical-coordinate representation of color #9C883D: hue angle of 47.37º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C883D is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 61 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.39 |
| HSL | 47.37º | 0.44% | 0.43% | - |
| HSV(B) | 47.37º | 0.61% | 0.61% | - |
| XYZ | 23.36 | 25.01 | 8.01 | - |
| YUV | 133.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 61 | 0 | 0.13 | 0.61 | 0.39 | 47.37 | 0.44 | 0.43 |
| Hex | 9C | 88 | 3D | 0 | D | 3D | 27 | 2F | 2C | 2B |
| Octal | 234 | 210 | 75 | 0 | 15 | 75 | 47 | 57 | 54 | 53 |
| Binary | 10011100 | 10001000 | 111101 | 0 | 1101 | 111101 | 100111 | 101111 | 101100 | 101011 |
Color Harmonies of #9C883D
Complementary color
Monochromatic Colors of #9C883D
Black with #9C883D
Text Example
Text Example
White with #9C883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C883D; }
p { color: rgb(156,136,61); }
H1.HeaderClassName
{
color: #9C883D;
}
.AnyTagClassName
{
color: #9C883D;
}
</style>
background-color css
<style>
a { background-color: #9C883D; }
a { background-color: rgb(156,136,61); }
div.DivClassName
{
background-color: #9C883D;
}
.BgClassName
{
background-color: #9C883D;
}
</style>
border-color css
<style>
span { border-color: #9C883D; }
span { border-color: rgb(156,136,61); }
td.TdClassName
{
border-color: #9C883D;
}
.TagClassName
{
border-color: #9C883D;
}
</style>