Shades of Golden Brown #9C6710
Tints of Golden Brown #9C6710
RGB
CMYK
RGB Variations
Color information
#9C6710 (or 0x9C6710) is known color: Golden Brown. HEX triplet: 9C, 67 and 10. RGB value is (156,103,16). Sum of RGB (Red+Green+Blue) = 156+103+16=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6710 is #6398EF. Grayscale: #6D6D6D. Windows color (decimal): -6527216 or 1075100. OLE color: 1075100.
HSL color Cylindrical-coordinate representation of color #9C6710: hue angle of 37.29º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C6710 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 16 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.39 |
| HSL | 37.29º | 0.81% | 0.34% | - |
| HSV(B) | 37.29º | 0.9% | 0.61% | - |
| XYZ | 18.65 | 16.81 | 2.75 | - |
| YUV | 108.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 16 | 0 | 0.34 | 0.90 | 0.39 | 37.29 | 0.81 | 0.34 |
| Hex | 9C | 67 | 10 | 0 | 22 | 5A | 27 | 25 | 51 | 22 |
| Octal | 234 | 147 | 20 | 0 | 42 | 132 | 47 | 45 | 121 | 42 |
| Binary | 10011100 | 1100111 | 10000 | 0 | 100010 | 1011010 | 100111 | 100101 | 1010001 | 100010 |
Color Harmonies of #9C6710
Complementary color
Monochromatic Colors of #9C6710
Black with #9C6710
Text Example
Text Example
White with #9C6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6710; }
p { color: rgb(156,103,16); }
H1.HeaderClassName
{
color: #9C6710;
}
.AnyTagClassName
{
color: #9C6710;
}
</style>
background-color css
<style>
a { background-color: #9C6710; }
a { background-color: rgb(156,103,16); }
div.DivClassName
{
background-color: #9C6710;
}
.BgClassName
{
background-color: #9C6710;
}
</style>
border-color css
<style>
span { border-color: #9C6710; }
span { border-color: rgb(156,103,16); }
td.TdClassName
{
border-color: #9C6710;
}
.TagClassName
{
border-color: #9C6710;
}
</style>