Shades of Pale Brown #9F7446
Tints of Pale Brown #9F7446
RGB
CMYK
RGB Variations
Color information
#9F7446 (or 0x9F7446) is known color: Pale Brown. HEX triplet: 9F, 74 and 46. RGB value is (159,116,70). Sum of RGB (Red+Green+Blue) = 159+116+70=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7446 is #608BB9. Grayscale: #7B7B7B. Windows color (decimal): -6327226 or 4617375. OLE color: 4617375.
HSL color Cylindrical-coordinate representation of color #9F7446: hue angle of 31.01º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F7446 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 70 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.38 |
| HSL | 31.01º | 0.39% | 0.45% | - |
| HSV(B) | 31.01º | 0.56% | 0.62% | - |
| XYZ | 21.65 | 20.3 | 8.57 | - |
| YUV | 123.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 70 | 0 | 0.27 | 0.56 | 0.38 | 31.01 | 0.39 | 0.45 |
| Hex | 9F | 74 | 46 | 0 | 1B | 38 | 26 | 1F | 27 | 2D |
| Octal | 237 | 164 | 106 | 0 | 33 | 70 | 46 | 37 | 47 | 55 |
| Binary | 10011111 | 1110100 | 1000110 | 0 | 11011 | 111000 | 100110 | 11111 | 100111 | 101101 |
Color Harmonies of #9F7446
Complementary color
Monochromatic Colors of #9F7446
Black with #9F7446
Text Example
Text Example
White with #9F7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7446; }
p { color: rgb(159,116,70); }
H1.HeaderClassName
{
color: #9F7446;
}
.AnyTagClassName
{
color: #9F7446;
}
</style>
background-color css
<style>
a { background-color: #9F7446; }
a { background-color: rgb(159,116,70); }
div.DivClassName
{
background-color: #9F7446;
}
.BgClassName
{
background-color: #9F7446;
}
</style>
border-color css
<style>
span { border-color: #9F7446; }
span { border-color: rgb(159,116,70); }
td.TdClassName
{
border-color: #9F7446;
}
.TagClassName
{
border-color: #9F7446;
}
</style>