Shades of Pale Brown #9C774C
Tints of Pale Brown #9C774C
RGB
CMYK
RGB Variations
Color information
#9C774C (or 0x9C774C) is known color: Pale Brown. HEX triplet: 9C, 77 and 4C. RGB value is (156,119,76). Sum of RGB (Red+Green+Blue) = 156+119+76=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C774C is #6388B3. Grayscale: #7D7D7D. Windows color (decimal): -6523060 or 5011356. OLE color: 5011356.
HSL color Cylindrical-coordinate representation of color #9C774C: hue angle of 32.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C774C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 119 | 76 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.39 |
| HSL | 32.25º | 0.34% | 0.45% | - |
| HSV(B) | 32.25º | 0.51% | 0.61% | - |
| XYZ | 21.61 | 20.78 | 9.71 | - |
| YUV | 125.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 76 | 0 | 0.24 | 0.51 | 0.39 | 32.25 | 0.34 | 0.45 |
| Hex | 9C | 77 | 4C | 0 | 18 | 33 | 27 | 20 | 22 | 2D |
| Octal | 234 | 167 | 114 | 0 | 30 | 63 | 47 | 40 | 42 | 55 |
| Binary | 10011100 | 1110111 | 1001100 | 0 | 11000 | 110011 | 100111 | 100000 | 100010 | 101101 |
Color Harmonies of #9C774C
Complementary color
Monochromatic Colors of #9C774C
Black with #9C774C
Text Example
Text Example
White with #9C774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C774C; }
p { color: rgb(156,119,76); }
H1.HeaderClassName
{
color: #9C774C;
}
.AnyTagClassName
{
color: #9C774C;
}
</style>
background-color css
<style>
a { background-color: #9C774C; }
a { background-color: rgb(156,119,76); }
div.DivClassName
{
background-color: #9C774C;
}
.BgClassName
{
background-color: #9C774C;
}
</style>
border-color css
<style>
span { border-color: #9C774C; }
span { border-color: rgb(156,119,76); }
td.TdClassName
{
border-color: #9C774C;
}
.TagClassName
{
border-color: #9C774C;
}
</style>