Shades of Golden Brown #9C711D
Tints of Golden Brown #9C711D
RGB
CMYK
RGB Variations
Color information
#9C711D (or 0x9C711D) is known color: Golden Brown. HEX triplet: 9C, 71 and 1D. RGB value is (156,113,29). Sum of RGB (Red+Green+Blue) = 156+113+29=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C711D is #638EE2. Grayscale: #747474. Windows color (decimal): -6524643 or 1929628. OLE color: 1929628.
HSL color Cylindrical-coordinate representation of color #9C711D: hue angle of 39.69º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C711D is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 29 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.39 |
| HSL | 39.69º | 0.69% | 0.36% | - |
| HSV(B) | 39.69º | 0.81% | 0.61% | - |
| XYZ | 19.84 | 18.97 | 3.78 | - |
| YUV | 116.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 29 | 0 | 0.28 | 0.81 | 0.39 | 39.69 | 0.69 | 0.36 |
| Hex | 9C | 71 | 1D | 0 | 1C | 51 | 27 | 28 | 45 | 24 |
| Octal | 234 | 161 | 35 | 0 | 34 | 121 | 47 | 50 | 105 | 44 |
| Binary | 10011100 | 1110001 | 11101 | 0 | 11100 | 1010001 | 100111 | 101000 | 1000101 | 100100 |
Color Harmonies of #9C711D
Complementary color
Monochromatic Colors of #9C711D
Black with #9C711D
Text Example
Text Example
White with #9C711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C711D; }
p { color: rgb(156,113,29); }
H1.HeaderClassName
{
color: #9C711D;
}
.AnyTagClassName
{
color: #9C711D;
}
</style>
background-color css
<style>
a { background-color: #9C711D; }
a { background-color: rgb(156,113,29); }
div.DivClassName
{
background-color: #9C711D;
}
.BgClassName
{
background-color: #9C711D;
}
</style>
border-color css
<style>
span { border-color: #9C711D; }
span { border-color: rgb(156,113,29); }
td.TdClassName
{
border-color: #9C711D;
}
.TagClassName
{
border-color: #9C711D;
}
</style>