Shades of Pale Brown #9C7446
Tints of Pale Brown #9C7446
RGB
CMYK
RGB Variations
Color information
#9C7446 (or 0x9C7446) is known color: Pale Brown. HEX triplet: 9C, 74 and 46. RGB value is (156,116,70). Sum of RGB (Red+Green+Blue) = 156+116+70=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7446 is #638BB9. Grayscale: #7A7A7A. Windows color (decimal): -6523834 or 4617372. OLE color: 4617372.
HSL color Cylindrical-coordinate representation of color #9C7446: hue angle of 32.09º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C7446 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 70 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.39 |
| HSL | 32.09º | 0.38% | 0.44% | - |
| HSV(B) | 32.09º | 0.55% | 0.61% | - |
| XYZ | 21.06 | 20 | 8.54 | - |
| YUV | 122.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 70 | 0 | 0.26 | 0.55 | 0.39 | 32.09 | 0.38 | 0.44 |
| Hex | 9C | 74 | 46 | 0 | 1A | 37 | 27 | 20 | 26 | 2C |
| Octal | 234 | 164 | 106 | 0 | 32 | 67 | 47 | 40 | 46 | 54 |
| Binary | 10011100 | 1110100 | 1000110 | 0 | 11010 | 110111 | 100111 | 100000 | 100110 | 101100 |
Color Harmonies of #9C7446
Complementary color
Monochromatic Colors of #9C7446
Black with #9C7446
Text Example
Text Example
White with #9C7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7446; }
p { color: rgb(156,116,70); }
H1.HeaderClassName
{
color: #9C7446;
}
.AnyTagClassName
{
color: #9C7446;
}
</style>
background-color css
<style>
a { background-color: #9C7446; }
a { background-color: rgb(156,116,70); }
div.DivClassName
{
background-color: #9C7446;
}
.BgClassName
{
background-color: #9C7446;
}
</style>
border-color css
<style>
span { border-color: #9C7446; }
span { border-color: rgb(156,116,70); }
td.TdClassName
{
border-color: #9C7446;
}
.TagClassName
{
border-color: #9C7446;
}
</style>