Shades of Golden Brown #9C6713
Tints of Golden Brown #9C6713
RGB
CMYK
RGB Variations
Color information
#9C6713 (or 0x9C6713) is known color: Golden Brown. HEX triplet: 9C, 67 and 13. RGB value is (156,103,19). Sum of RGB (Red+Green+Blue) = 156+103+19=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6713 is #6398EC. Grayscale: #6D6D6D. Windows color (decimal): -6527213 or 1271708. OLE color: 1271708.
HSL color Cylindrical-coordinate representation of color #9C6713: hue angle of 36.79º degrees, saturation: 0.78, 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 #9C6713 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 19 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.39 |
| HSL | 36.79º | 0.78% | 0.34% | - |
| HSV(B) | 36.79º | 0.88% | 0.61% | - |
| XYZ | 18.68 | 16.82 | 2.88 | - |
| YUV | 109.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 19 | 0 | 0.34 | 0.88 | 0.39 | 36.79 | 0.78 | 0.34 |
| Hex | 9C | 67 | 13 | 0 | 22 | 58 | 27 | 25 | 4E | 22 |
| Octal | 234 | 147 | 23 | 0 | 42 | 130 | 47 | 45 | 116 | 42 |
| Binary | 10011100 | 1100111 | 10011 | 0 | 100010 | 1011000 | 100111 | 100101 | 1001110 | 100010 |
Color Harmonies of #9C6713
Complementary color
Monochromatic Colors of #9C6713
Black with #9C6713
Text Example
Text Example
White with #9C6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6713; }
p { color: rgb(156,103,19); }
H1.HeaderClassName
{
color: #9C6713;
}
.AnyTagClassName
{
color: #9C6713;
}
</style>
background-color css
<style>
a { background-color: #9C6713; }
a { background-color: rgb(156,103,19); }
div.DivClassName
{
background-color: #9C6713;
}
.BgClassName
{
background-color: #9C6713;
}
</style>
border-color css
<style>
span { border-color: #9C6713; }
span { border-color: rgb(156,103,19); }
td.TdClassName
{
border-color: #9C6713;
}
.TagClassName
{
border-color: #9C6713;
}
</style>