Shades of Pale Brown #966F47
Tints of Pale Brown #966F47
RGB
CMYK
RGB Variations
Color information
#966F47 (or 0x966F47) is known color: Pale Brown. HEX triplet: 96, 6F and 47. RGB value is (150,111,71). Sum of RGB (Red+Green+Blue) = 150+111+71=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #966F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F47 is #6990B8. Grayscale: #767676. Windows color (decimal): -6918329 or 4681622. OLE color: 4681622.
HSL color Cylindrical-coordinate representation of color #966F47: hue angle of 30.38º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966F47 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 71 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.41 |
| HSL | 30.38º | 0.36% | 0.43% | - |
| HSV(B) | 30.38º | 0.53% | 0.59% | - |
| XYZ | 19.4 | 18.31 | 8.47 | - |
| YUV | 118.1 | 101.42 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 71 | 0 | 0.26 | 0.53 | 0.41 | 30.38 | 0.36 | 0.43 |
| Hex | 96 | 6F | 47 | 0 | 1A | 35 | 29 | 1E | 24 | 2B |
| Octal | 226 | 157 | 107 | 0 | 32 | 65 | 51 | 36 | 44 | 53 |
| Binary | 10010110 | 1101111 | 1000111 | 0 | 11010 | 110101 | 101001 | 11110 | 100100 | 101011 |
Color Harmonies of #966F47
Complementary color
Monochromatic Colors of #966F47
Black with #966F47
Text Example
Text Example
White with #966F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F47; }
p { color: rgb(150,111,71); }
H1.HeaderClassName
{
color: #966F47;
}
.AnyTagClassName
{
color: #966F47;
}
</style>
background-color css
<style>
a { background-color: #966F47; }
a { background-color: rgb(150,111,71); }
div.DivClassName
{
background-color: #966F47;
}
.BgClassName
{
background-color: #966F47;
}
</style>
border-color css
<style>
span { border-color: #966F47; }
span { border-color: rgb(150,111,71); }
td.TdClassName
{
border-color: #966F47;
}
.TagClassName
{
border-color: #966F47;
}
</style>