Shades of Golden Brown #9C711A
Tints of Golden Brown #9C711A
RGB
CMYK
RGB Variations
Color information
#9C711A (or 0x9C711A) is known color: Golden Brown. HEX triplet: 9C, 71 and 1A. RGB value is (156,113,26). Sum of RGB (Red+Green+Blue) = 156+113+26=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C711A is #638EE5. Grayscale: #747474. Windows color (decimal): -6524646 or 1733020. OLE color: 1733020.
HSL color Cylindrical-coordinate representation of color #9C711A: hue angle of 40.15º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C711A is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 26 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.39 |
| HSL | 40.15º | 0.71% | 0.36% | - |
| HSV(B) | 40.15º | 0.83% | 0.61% | - |
| XYZ | 19.8 | 18.95 | 3.59 | - |
| YUV | 115.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 26 | 0 | 0.28 | 0.83 | 0.39 | 40.15 | 0.71 | 0.36 |
| Hex | 9C | 71 | 1A | 0 | 1C | 53 | 27 | 28 | 47 | 24 |
| Octal | 234 | 161 | 32 | 0 | 34 | 123 | 47 | 50 | 107 | 44 |
| Binary | 10011100 | 1110001 | 11010 | 0 | 11100 | 1010011 | 100111 | 101000 | 1000111 | 100100 |
Color Harmonies of #9C711A
Complementary color
Monochromatic Colors of #9C711A
Black with #9C711A
Text Example
Text Example
White with #9C711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C711A; }
p { color: rgb(156,113,26); }
H1.HeaderClassName
{
color: #9C711A;
}
.AnyTagClassName
{
color: #9C711A;
}
</style>
background-color css
<style>
a { background-color: #9C711A; }
a { background-color: rgb(156,113,26); }
div.DivClassName
{
background-color: #9C711A;
}
.BgClassName
{
background-color: #9C711A;
}
</style>
border-color css
<style>
span { border-color: #9C711A; }
span { border-color: rgb(156,113,26); }
td.TdClassName
{
border-color: #9C711A;
}
.TagClassName
{
border-color: #9C711A;
}
</style>