Shades of Pale Brown #9C785B
Tints of Pale Brown #9C785B
RGB
CMYK
RGB Variations
Color information
#9C785B (or 0x9C785B) is known color: Pale Brown. HEX triplet: 9C, 78 and 5B. RGB value is (156,120,91). Sum of RGB (Red+Green+Blue) = 156+120+91=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C785B is #6387A4. Grayscale: #7F7F7F. Windows color (decimal): -6522789 or 5994652. OLE color: 5994652.
HSL color Cylindrical-coordinate representation of color #9C785B: hue angle of 26.77º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C785B is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 91 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.39 |
| HSL | 26.77º | 0.26% | 0.48% | - |
| HSV(B) | 26.77º | 0.42% | 0.61% | - |
| XYZ | 22.32 | 21.26 | 12.82 | - |
| YUV | 127.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 91 | 0 | 0.23 | 0.42 | 0.39 | 26.77 | 0.26 | 0.48 |
| Hex | 9C | 78 | 5B | 0 | 17 | 2A | 27 | 1B | 1A | 30 |
| Octal | 234 | 170 | 133 | 0 | 27 | 52 | 47 | 33 | 32 | 60 |
| Binary | 10011100 | 1111000 | 1011011 | 0 | 10111 | 101010 | 100111 | 11011 | 11010 | 110000 |
Color Harmonies of #9C785B
Complementary color
Monochromatic Colors of #9C785B
Black with #9C785B
Text Example
Text Example
White with #9C785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C785B; }
p { color: rgb(156,120,91); }
H1.HeaderClassName
{
color: #9C785B;
}
.AnyTagClassName
{
color: #9C785B;
}
</style>
background-color css
<style>
a { background-color: #9C785B; }
a { background-color: rgb(156,120,91); }
div.DivClassName
{
background-color: #9C785B;
}
.BgClassName
{
background-color: #9C785B;
}
</style>
border-color css
<style>
span { border-color: #9C785B; }
span { border-color: rgb(156,120,91); }
td.TdClassName
{
border-color: #9C785B;
}
.TagClassName
{
border-color: #9C785B;
}
</style>