Shades of Golden Brown #9C6412
Tints of Golden Brown #9C6412
RGB
CMYK
RGB Variations
Color information
#9C6412 (or 0x9C6412) is known color: Golden Brown. HEX triplet: 9C, 64 and 12. RGB value is (156,100,18). Sum of RGB (Red+Green+Blue) = 156+100+18=274 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.93% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6412 is #639BED. Grayscale: #6B6B6B. Windows color (decimal): -6527982 or 1205404. OLE color: 1205404.
HSL color Cylindrical-coordinate representation of color #9C6412: hue angle of 35.65º 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 #9C6412 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 18 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.39 |
| HSL | 35.65º | 0.79% | 0.34% | - |
| HSV(B) | 35.65º | 0.88% | 0.61% | - |
| XYZ | 18.38 | 16.23 | 2.74 | - |
| YUV | 107.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 18 | 0 | 0.36 | 0.88 | 0.39 | 35.65 | 0.79 | 0.34 |
| Hex | 9C | 64 | 12 | 0 | 24 | 58 | 27 | 24 | 4F | 22 |
| Octal | 234 | 144 | 22 | 0 | 44 | 130 | 47 | 44 | 117 | 42 |
| Binary | 10011100 | 1100100 | 10010 | 0 | 100100 | 1011000 | 100111 | 100100 | 1001111 | 100010 |
Color Harmonies of #9C6412
Complementary color
Monochromatic Colors of #9C6412
Black with #9C6412
Text Example
Text Example
White with #9C6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6412; }
p { color: rgb(156,100,18); }
H1.HeaderClassName
{
color: #9C6412;
}
.AnyTagClassName
{
color: #9C6412;
}
</style>
background-color css
<style>
a { background-color: #9C6412; }
a { background-color: rgb(156,100,18); }
div.DivClassName
{
background-color: #9C6412;
}
.BgClassName
{
background-color: #9C6412;
}
</style>
border-color css
<style>
span { border-color: #9C6412; }
span { border-color: rgb(156,100,18); }
td.TdClassName
{
border-color: #9C6412;
}
.TagClassName
{
border-color: #9C6412;
}
</style>