Shades of Pale Brown #9C764C
Tints of Pale Brown #9C764C
RGB
CMYK
RGB Variations
Color information
#9C764C (or 0x9C764C) is known color: Pale Brown. HEX triplet: 9C, 76 and 4C. RGB value is (156,118,76). Sum of RGB (Red+Green+Blue) = 156+118+76=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C764C is #6389B3. Grayscale: #7C7C7C. Windows color (decimal): -6523316 or 5011100. OLE color: 5011100.
HSL color Cylindrical-coordinate representation of color #9C764C: hue angle of 31.5º 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 #9C764C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 76 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.39 |
| HSL | 31.5º | 0.34% | 0.45% | - |
| HSV(B) | 31.5º | 0.51% | 0.61% | - |
| XYZ | 21.49 | 20.55 | 9.67 | - |
| YUV | 124.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 76 | 0 | 0.24 | 0.51 | 0.39 | 31.5 | 0.34 | 0.45 |
| Hex | 9C | 76 | 4C | 0 | 18 | 33 | 27 | 1F | 22 | 2D |
| Octal | 234 | 166 | 114 | 0 | 30 | 63 | 47 | 37 | 42 | 55 |
| Binary | 10011100 | 1110110 | 1001100 | 0 | 11000 | 110011 | 100111 | 11111 | 100010 | 101101 |
Color Harmonies of #9C764C
Complementary color
Monochromatic Colors of #9C764C
Black with #9C764C
Text Example
Text Example
White with #9C764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C764C; }
p { color: rgb(156,118,76); }
H1.HeaderClassName
{
color: #9C764C;
}
.AnyTagClassName
{
color: #9C764C;
}
</style>
background-color css
<style>
a { background-color: #9C764C; }
a { background-color: rgb(156,118,76); }
div.DivClassName
{
background-color: #9C764C;
}
.BgClassName
{
background-color: #9C764C;
}
</style>
border-color css
<style>
span { border-color: #9C764C; }
span { border-color: rgb(156,118,76); }
td.TdClassName
{
border-color: #9C764C;
}
.TagClassName
{
border-color: #9C764C;
}
</style>