Shades of Golden Brown #9C6512
Tints of Golden Brown #9C6512
RGB
CMYK
RGB Variations
Color information
#9C6512 (or 0x9C6512) is known color: Golden Brown. HEX triplet: 9C, 65 and 12. RGB value is (156,101,18). Sum of RGB (Red+Green+Blue) = 156+101+18=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6512 is #639AED. Grayscale: #6C6C6C. Windows color (decimal): -6527726 or 1205660. OLE color: 1205660.
HSL color Cylindrical-coordinate representation of color #9C6512: hue angle of 36.09º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C6512 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 18 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.39 |
| HSL | 36.09º | 0.79% | 0.34% | - |
| HSV(B) | 36.09º | 0.88% | 0.61% | - |
| XYZ | 18.47 | 16.42 | 2.77 | - |
| YUV | 107.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 18 | 0 | 0.35 | 0.88 | 0.39 | 36.09 | 0.79 | 0.34 |
| Hex | 9C | 65 | 12 | 0 | 23 | 58 | 27 | 24 | 4F | 22 |
| Octal | 234 | 145 | 22 | 0 | 43 | 130 | 47 | 44 | 117 | 42 |
| Binary | 10011100 | 1100101 | 10010 | 0 | 100011 | 1011000 | 100111 | 100100 | 1001111 | 100010 |
Color Harmonies of #9C6512
Complementary color
Monochromatic Colors of #9C6512
Black with #9C6512
Text Example
Text Example
White with #9C6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6512; }
p { color: rgb(156,101,18); }
H1.HeaderClassName
{
color: #9C6512;
}
.AnyTagClassName
{
color: #9C6512;
}
</style>
background-color css
<style>
a { background-color: #9C6512; }
a { background-color: rgb(156,101,18); }
div.DivClassName
{
background-color: #9C6512;
}
.BgClassName
{
background-color: #9C6512;
}
</style>
border-color css
<style>
span { border-color: #9C6512; }
span { border-color: rgb(156,101,18); }
td.TdClassName
{
border-color: #9C6512;
}
.TagClassName
{
border-color: #9C6512;
}
</style>