Shades of Pale Brown #966F44
Tints of Pale Brown #966F44
RGB
CMYK
RGB Variations
Color information
#966F44 (or 0x966F44) is known color: Pale Brown. HEX triplet: 96, 6F and 44. RGB value is (150,111,68). Sum of RGB (Red+Green+Blue) = 150+111+68=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #966F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F44 is #6990BB. Grayscale: #757575. Windows color (decimal): -6918332 or 4485014. OLE color: 4485014.
HSL color Cylindrical-coordinate representation of color #966F44: hue angle of 31.46º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966F44 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 68 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.41 |
| HSL | 31.46º | 0.38% | 0.43% | - |
| HSV(B) | 31.46º | 0.55% | 0.59% | - |
| XYZ | 19.31 | 18.27 | 7.98 | - |
| YUV | 117.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 68 | 0 | 0.26 | 0.55 | 0.41 | 31.46 | 0.38 | 0.43 |
| Hex | 96 | 6F | 44 | 0 | 1A | 37 | 29 | 1F | 26 | 2B |
| Octal | 226 | 157 | 104 | 0 | 32 | 67 | 51 | 37 | 46 | 53 |
| Binary | 10010110 | 1101111 | 1000100 | 0 | 11010 | 110111 | 101001 | 11111 | 100110 | 101011 |
Color Harmonies of #966F44
Complementary color
Monochromatic Colors of #966F44
Black with #966F44
Text Example
Text Example
White with #966F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F44; }
p { color: rgb(150,111,68); }
H1.HeaderClassName
{
color: #966F44;
}
.AnyTagClassName
{
color: #966F44;
}
</style>
background-color css
<style>
a { background-color: #966F44; }
a { background-color: rgb(150,111,68); }
div.DivClassName
{
background-color: #966F44;
}
.BgClassName
{
background-color: #966F44;
}
</style>
border-color css
<style>
span { border-color: #966F44; }
span { border-color: rgb(150,111,68); }
td.TdClassName
{
border-color: #966F44;
}
.TagClassName
{
border-color: #966F44;
}
</style>