Shades of Golden Brown #9C6013
Tints of Golden Brown #9C6013
RGB
CMYK
RGB Variations
Color information
#9C6013 (or 0x9C6013) is known color: Golden Brown. HEX triplet: 9C, 60 and 13. RGB value is (156,96,19). Sum of RGB (Red+Green+Blue) = 156+96+19=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6013 is #639FEC. Grayscale: #696969. Windows color (decimal): -6529005 or 1269916. OLE color: 1269916.
HSL color Cylindrical-coordinate representation of color #9C6013: hue angle of 33.72º 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 #9C6013 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 19 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.39 |
| HSL | 33.72º | 0.78% | 0.34% | - |
| HSV(B) | 33.72º | 0.88% | 0.61% | - |
| XYZ | 18.01 | 15.48 | 2.65 | - |
| YUV | 105.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 19 | 0 | 0.38 | 0.88 | 0.39 | 33.72 | 0.78 | 0.34 |
| Hex | 9C | 60 | 13 | 0 | 26 | 58 | 27 | 22 | 4E | 22 |
| Octal | 234 | 140 | 23 | 0 | 46 | 130 | 47 | 42 | 116 | 42 |
| Binary | 10011100 | 1100000 | 10011 | 0 | 100110 | 1011000 | 100111 | 100010 | 1001110 | 100010 |
Color Harmonies of #9C6013
Complementary color
Monochromatic Colors of #9C6013
Black with #9C6013
Text Example
Text Example
White with #9C6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6013; }
p { color: rgb(156,96,19); }
H1.HeaderClassName
{
color: #9C6013;
}
.AnyTagClassName
{
color: #9C6013;
}
</style>
background-color css
<style>
a { background-color: #9C6013; }
a { background-color: rgb(156,96,19); }
div.DivClassName
{
background-color: #9C6013;
}
.BgClassName
{
background-color: #9C6013;
}
</style>
border-color css
<style>
span { border-color: #9C6013; }
span { border-color: rgb(156,96,19); }
td.TdClassName
{
border-color: #9C6013;
}
.TagClassName
{
border-color: #9C6013;
}
</style>