Shades of Pale Brown #9C774D
Tints of Pale Brown #9C774D
RGB
CMYK
RGB Variations
Color information
#9C774D (or 0x9C774D) is known color: Pale Brown. HEX triplet: 9C, 77 and 4D. RGB value is (156,119,77). Sum of RGB (Red+Green+Blue) = 156+119+77=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C774D is #6388B2. Grayscale: #7D7D7D. Windows color (decimal): -6523059 or 5076892. OLE color: 5076892.
HSL color Cylindrical-coordinate representation of color #9C774D: hue angle of 31.9º 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 #9C774D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 119 | 77 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.39 |
| HSL | 31.9º | 0.34% | 0.46% | - |
| HSV(B) | 31.9º | 0.51% | 0.61% | - |
| XYZ | 21.65 | 20.8 | 9.89 | - |
| YUV | 125.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 77 | 0 | 0.24 | 0.51 | 0.39 | 31.9 | 0.34 | 0.46 |
| Hex | 9C | 77 | 4D | 0 | 18 | 33 | 27 | 20 | 22 | 2E |
| Octal | 234 | 167 | 115 | 0 | 30 | 63 | 47 | 40 | 42 | 56 |
| Binary | 10011100 | 1110111 | 1001101 | 0 | 11000 | 110011 | 100111 | 100000 | 100010 | 101110 |
Color Harmonies of #9C774D
Complementary color
Monochromatic Colors of #9C774D
Black with #9C774D
Text Example
Text Example
White with #9C774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C774D; }
p { color: rgb(156,119,77); }
H1.HeaderClassName
{
color: #9C774D;
}
.AnyTagClassName
{
color: #9C774D;
}
</style>
background-color css
<style>
a { background-color: #9C774D; }
a { background-color: rgb(156,119,77); }
div.DivClassName
{
background-color: #9C774D;
}
.BgClassName
{
background-color: #9C774D;
}
</style>
border-color css
<style>
span { border-color: #9C774D; }
span { border-color: rgb(156,119,77); }
td.TdClassName
{
border-color: #9C774D;
}
.TagClassName
{
border-color: #9C774D;
}
</style>