Shades of Pale Brown #966F46
Tints of Pale Brown #966F46
RGB
CMYK
RGB Variations
Color information
#966F46 (or 0x966F46) is known color: Pale Brown. HEX triplet: 96, 6F and 46. RGB value is (150,111,70). Sum of RGB (Red+Green+Blue) = 150+111+70=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #966F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F46 is #6990B9. Grayscale: #767676. Windows color (decimal): -6918330 or 4616086. OLE color: 4616086.
HSL color Cylindrical-coordinate representation of color #966F46: hue angle of 30.75º 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 #966F46 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 70 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.41 |
| HSL | 30.75º | 0.36% | 0.43% | - |
| HSV(B) | 30.75º | 0.53% | 0.59% | - |
| XYZ | 19.37 | 18.3 | 8.3 | - |
| YUV | 117.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 70 | 0 | 0.26 | 0.53 | 0.41 | 30.75 | 0.36 | 0.43 |
| Hex | 96 | 6F | 46 | 0 | 1A | 35 | 29 | 1F | 24 | 2B |
| Octal | 226 | 157 | 106 | 0 | 32 | 65 | 51 | 37 | 44 | 53 |
| Binary | 10010110 | 1101111 | 1000110 | 0 | 11010 | 110101 | 101001 | 11111 | 100100 | 101011 |
Color Harmonies of #966F46
Complementary color
Monochromatic Colors of #966F46
Black with #966F46
Text Example
Text Example
White with #966F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F46; }
p { color: rgb(150,111,70); }
H1.HeaderClassName
{
color: #966F46;
}
.AnyTagClassName
{
color: #966F46;
}
</style>
background-color css
<style>
a { background-color: #966F46; }
a { background-color: rgb(150,111,70); }
div.DivClassName
{
background-color: #966F46;
}
.BgClassName
{
background-color: #966F46;
}
</style>
border-color css
<style>
span { border-color: #966F46; }
span { border-color: rgb(150,111,70); }
td.TdClassName
{
border-color: #966F46;
}
.TagClassName
{
border-color: #966F46;
}
</style>