Shades of Golden Brown #9C6101
Tints of Golden Brown #9C6101
RGB
CMYK
RGB Variations
Color information
#9C6101 (or 0x9C6101) is known color: Golden Brown. HEX triplet: 9C, 61 and 01. RGB value is (156,97,1). Sum of RGB (Red+Green+Blue) = 156+97+1=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6101 is #639EFE. Grayscale: #686868. Windows color (decimal): -6528767 or 90524. OLE color: 90524.
HSL color Cylindrical-coordinate representation of color #9C6101: hue angle of 37.16º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C6101 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.39 |
| HSL | 37.16º | 0.99% | 0.31% | - |
| HSV(B) | 37.16º | 0.99% | 0.61% | - |
| XYZ | 17.99 | 15.62 | 2.1 | - |
| YUV | 103.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 1 | 0 | 0.38 | 0.99 | 0.39 | 37.16 | 0.99 | 0.31 |
| Hex | 9C | 61 | 1 | 0 | 26 | 63 | 27 | 25 | 63 | 1F |
| Octal | 234 | 141 | 1 | 0 | 46 | 143 | 47 | 45 | 143 | 37 |
| Binary | 10011100 | 1100001 | 1 | 0 | 100110 | 1100011 | 100111 | 100101 | 1100011 | 11111 |
Color Harmonies of #9C6101
Complementary color
Monochromatic Colors of #9C6101
Black with #9C6101
Text Example
Text Example
White with #9C6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6101; }
p { color: rgb(156,97,1); }
H1.HeaderClassName
{
color: #9C6101;
}
.AnyTagClassName
{
color: #9C6101;
}
</style>
background-color css
<style>
a { background-color: #9C6101; }
a { background-color: rgb(156,97,1); }
div.DivClassName
{
background-color: #9C6101;
}
.BgClassName
{
background-color: #9C6101;
}
</style>
border-color css
<style>
span { border-color: #9C6101; }
span { border-color: rgb(156,97,1); }
td.TdClassName
{
border-color: #9C6101;
}
.TagClassName
{
border-color: #9C6101;
}
</style>