Shades of Pale Brown #9F764F
Tints of Pale Brown #9F764F
RGB
CMYK
RGB Variations
Color information
#9F764F (or 0x9F764F) is known color: Pale Brown. HEX triplet: 9F, 76 and 4F. RGB value is (159,118,79). Sum of RGB (Red+Green+Blue) = 159+118+79=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F764F is #6089B0. Grayscale: #7E7E7E. Windows color (decimal): -6326705 or 5207711. OLE color: 5207711.
HSL color Cylindrical-coordinate representation of color #9F764F: hue angle of 29.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F764F is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 79 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.38 |
| HSL | 29.25º | 0.34% | 0.47% | - |
| HSV(B) | 29.25º | 0.5% | 0.62% | - |
| XYZ | 22.19 | 20.89 | 10.26 | - |
| YUV | 125.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 79 | 0 | 0.26 | 0.50 | 0.38 | 29.25 | 0.34 | 0.47 |
| Hex | 9F | 76 | 4F | 0 | 1A | 32 | 26 | 1D | 22 | 2F |
| Octal | 237 | 166 | 117 | 0 | 32 | 62 | 46 | 35 | 42 | 57 |
| Binary | 10011111 | 1110110 | 1001111 | 0 | 11010 | 110010 | 100110 | 11101 | 100010 | 101111 |
Color Harmonies of #9F764F
Complementary color
Monochromatic Colors of #9F764F
Black with #9F764F
Text Example
Text Example
White with #9F764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F764F; }
p { color: rgb(159,118,79); }
H1.HeaderClassName
{
color: #9F764F;
}
.AnyTagClassName
{
color: #9F764F;
}
</style>
background-color css
<style>
a { background-color: #9F764F; }
a { background-color: rgb(159,118,79); }
div.DivClassName
{
background-color: #9F764F;
}
.BgClassName
{
background-color: #9F764F;
}
</style>
border-color css
<style>
span { border-color: #9F764F; }
span { border-color: rgb(159,118,79); }
td.TdClassName
{
border-color: #9F764F;
}
.TagClassName
{
border-color: #9F764F;
}
</style>