Shades of Reef Gold #9B823C
Tints of Reef Gold #9B823C
RGB
CMYK
RGB Variations
Color information
#9B823C (or 0x9B823C) is known color: Reef Gold. HEX triplet: 9B, 82 and 3C. RGB value is (155,130,60). Sum of RGB (Red+Green+Blue) = 155+130+60=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B823C is #647DC3. Grayscale: #818181. Windows color (decimal): -6585796 or 3965595. OLE color: 3965595.
HSL color Cylindrical-coordinate representation of color #9B823C: hue angle of 44.21º 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 #9B823C is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 60 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.39 |
| HSL | 44.21º | 0.44% | 0.42% | - |
| HSV(B) | 44.21º | 0.61% | 0.61% | - |
| XYZ | 22.32 | 23.26 | 7.59 | - |
| YUV | 129.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 60 | 0 | 0.16 | 0.61 | 0.39 | 44.21 | 0.44 | 0.42 |
| Hex | 9B | 82 | 3C | 0 | 10 | 3D | 27 | 2C | 2C | 2A |
| Octal | 233 | 202 | 74 | 0 | 20 | 75 | 47 | 54 | 54 | 52 |
| Binary | 10011011 | 10000010 | 111100 | 0 | 10000 | 111101 | 100111 | 101100 | 101100 | 101010 |
Color Harmonies of #9B823C
Complementary color
Monochromatic Colors of #9B823C
Black with #9B823C
Text Example
Text Example
White with #9B823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B823C; }
p { color: rgb(155,130,60); }
H1.HeaderClassName
{
color: #9B823C;
}
.AnyTagClassName
{
color: #9B823C;
}
</style>
background-color css
<style>
a { background-color: #9B823C; }
a { background-color: rgb(155,130,60); }
div.DivClassName
{
background-color: #9B823C;
}
.BgClassName
{
background-color: #9B823C;
}
</style>
border-color css
<style>
span { border-color: #9B823C; }
span { border-color: rgb(155,130,60); }
td.TdClassName
{
border-color: #9B823C;
}
.TagClassName
{
border-color: #9B823C;
}
</style>