Shades of Reef Gold #9C833C
Tints of Reef Gold #9C833C
RGB
CMYK
RGB Variations
Color information
#9C833C (or 0x9C833C) is known color: Reef Gold. HEX triplet: 9C, 83 and 3C. RGB value is (156,131,60). Sum of RGB (Red+Green+Blue) = 156+131+60=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C833C is #637CC3. Grayscale: #828282. Windows color (decimal): -6520004 or 3965852. OLE color: 3965852.
HSL color Cylindrical-coordinate representation of color #9C833C: hue angle of 44.38º degrees, saturation: 0.44, 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 #9C833C is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 60 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.39 |
| HSL | 44.38º | 0.44% | 0.42% | - |
| HSV(B) | 44.38º | 0.62% | 0.61% | - |
| XYZ | 22.64 | 23.63 | 7.64 | - |
| YUV | 130.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 60 | 0 | 0.16 | 0.62 | 0.39 | 44.38 | 0.44 | 0.42 |
| Hex | 9C | 83 | 3C | 0 | 10 | 3E | 27 | 2C | 2C | 2A |
| Octal | 234 | 203 | 74 | 0 | 20 | 76 | 47 | 54 | 54 | 52 |
| Binary | 10011100 | 10000011 | 111100 | 0 | 10000 | 111110 | 100111 | 101100 | 101100 | 101010 |
Color Harmonies of #9C833C
Complementary color
Monochromatic Colors of #9C833C
Black with #9C833C
Text Example
Text Example
White with #9C833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C833C; }
p { color: rgb(156,131,60); }
H1.HeaderClassName
{
color: #9C833C;
}
.AnyTagClassName
{
color: #9C833C;
}
</style>
background-color css
<style>
a { background-color: #9C833C; }
a { background-color: rgb(156,131,60); }
div.DivClassName
{
background-color: #9C833C;
}
.BgClassName
{
background-color: #9C833C;
}
</style>
border-color css
<style>
span { border-color: #9C833C; }
span { border-color: rgb(156,131,60); }
td.TdClassName
{
border-color: #9C833C;
}
.TagClassName
{
border-color: #9C833C;
}
</style>