Shades of Golden Brown #9C711B
Tints of Golden Brown #9C711B
RGB
CMYK
RGB Variations
Color information
#9C711B (or 0x9C711B) is known color: Golden Brown. HEX triplet: 9C, 71 and 1B. RGB value is (156,113,27). Sum of RGB (Red+Green+Blue) = 156+113+27=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C711B is #638EE4. Grayscale: #747474. Windows color (decimal): -6524645 or 1798556. OLE color: 1798556.
HSL color Cylindrical-coordinate representation of color #9C711B: hue angle of 40º degrees, saturation: 0.7, 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 #9C711B is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 27 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.39 |
| HSL | 40º | 0.7% | 0.36% | - |
| HSV(B) | 40º | 0.83% | 0.61% | - |
| XYZ | 19.81 | 18.96 | 3.65 | - |
| YUV | 116.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 27 | 0 | 0.28 | 0.83 | 0.39 | 40 | 0.7 | 0.36 |
| Hex | 9C | 71 | 1B | 0 | 1C | 53 | 27 | 28 | 46 | 24 |
| Octal | 234 | 161 | 33 | 0 | 34 | 123 | 47 | 50 | 106 | 44 |
| Binary | 10011100 | 1110001 | 11011 | 0 | 11100 | 1010011 | 100111 | 101000 | 1000110 | 100100 |
Color Harmonies of #9C711B
Complementary color
Monochromatic Colors of #9C711B
Black with #9C711B
Text Example
Text Example
White with #9C711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C711B; }
p { color: rgb(156,113,27); }
H1.HeaderClassName
{
color: #9C711B;
}
.AnyTagClassName
{
color: #9C711B;
}
</style>
background-color css
<style>
a { background-color: #9C711B; }
a { background-color: rgb(156,113,27); }
div.DivClassName
{
background-color: #9C711B;
}
.BgClassName
{
background-color: #9C711B;
}
</style>
border-color css
<style>
span { border-color: #9C711B; }
span { border-color: rgb(156,113,27); }
td.TdClassName
{
border-color: #9C711B;
}
.TagClassName
{
border-color: #9C711B;
}
</style>