Shades of Pale Brown #9C714D
Tints of Pale Brown #9C714D
RGB
CMYK
RGB Variations
Color information
#9C714D (or 0x9C714D) is known color: Pale Brown. HEX triplet: 9C, 71 and 4D. RGB value is (156,113,77). Sum of RGB (Red+Green+Blue) = 156+113+77=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C714D is #638EB2. Grayscale: #797979. Windows color (decimal): -6524595 or 5075356. OLE color: 5075356.
HSL color Cylindrical-coordinate representation of color #9C714D: hue angle of 27.34º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C714D is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 77 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.39 |
| HSL | 27.34º | 0.34% | 0.46% | - |
| HSV(B) | 27.34º | 0.51% | 0.61% | - |
| XYZ | 20.95 | 19.41 | 9.66 | - |
| YUV | 121.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 77 | 0 | 0.28 | 0.51 | 0.39 | 27.34 | 0.34 | 0.46 |
| Hex | 9C | 71 | 4D | 0 | 1C | 33 | 27 | 1B | 22 | 2E |
| Octal | 234 | 161 | 115 | 0 | 34 | 63 | 47 | 33 | 42 | 56 |
| Binary | 10011100 | 1110001 | 1001101 | 0 | 11100 | 110011 | 100111 | 11011 | 100010 | 101110 |
Color Harmonies of #9C714D
Complementary color
Monochromatic Colors of #9C714D
Black with #9C714D
Text Example
Text Example
White with #9C714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C714D; }
p { color: rgb(156,113,77); }
H1.HeaderClassName
{
color: #9C714D;
}
.AnyTagClassName
{
color: #9C714D;
}
</style>
background-color css
<style>
a { background-color: #9C714D; }
a { background-color: rgb(156,113,77); }
div.DivClassName
{
background-color: #9C714D;
}
.BgClassName
{
background-color: #9C714D;
}
</style>
border-color css
<style>
span { border-color: #9C714D; }
span { border-color: rgb(156,113,77); }
td.TdClassName
{
border-color: #9C714D;
}
.TagClassName
{
border-color: #9C714D;
}
</style>