Shades of Golden Brown #9C6000
Tints of Golden Brown #9C6000
RGB
CMYK
RGB Variations
Color information
#9C6000 (or 0x9C6000) is known color: Golden Brown. HEX triplet: 9C, 60 and 00. RGB value is (156,96,0). Sum of RGB (Red+Green+Blue) = 156+96+0=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6000 is #639FFF. Grayscale: #676767. Windows color (decimal): -6529024 or 24732. OLE color: 24732.
HSL color Cylindrical-coordinate representation of color #9C6000: hue angle of 36.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C6000 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.39 |
| HSL | 36.92º | 1% | 0.31% | - |
| HSV(B) | 36.92º | 1% | 0.61% | - |
| XYZ | 17.89 | 15.43 | 2.04 | - |
| YUV | 103 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 0 | 0 | 0.38 | 1 | 0.39 | 36.92 | 1 | 0.31 |
| Hex | 9C | 60 | 0 | 0 | 26 | 64 | 27 | 25 | 64 | 1F |
| Octal | 234 | 140 | 0 | 0 | 46 | 144 | 47 | 45 | 144 | 37 |
| Binary | 10011100 | 1100000 | 0 | 0 | 100110 | 1100100 | 100111 | 100101 | 1100100 | 11111 |
Color Harmonies of #9C6000
Complementary color
Monochromatic Colors of #9C6000
Black with #9C6000
Text Example
Text Example
White with #9C6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6000; }
p { color: rgb(156,96,0); }
H1.HeaderClassName
{
color: #9C6000;
}
.AnyTagClassName
{
color: #9C6000;
}
</style>
background-color css
<style>
a { background-color: #9C6000; }
a { background-color: rgb(156,96,0); }
div.DivClassName
{
background-color: #9C6000;
}
.BgClassName
{
background-color: #9C6000;
}
</style>
border-color css
<style>
span { border-color: #9C6000; }
span { border-color: rgb(156,96,0); }
td.TdClassName
{
border-color: #9C6000;
}
.TagClassName
{
border-color: #9C6000;
}
</style>