Shades of Pale Brown #96714D
Tints of Pale Brown #96714D
RGB
CMYK
RGB Variations
Color information
#96714D (or 0x96714D) is known color: Pale Brown. HEX triplet: 96, 71 and 4D. RGB value is (150,113,77). Sum of RGB (Red+Green+Blue) = 150+113+77=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96714D is #698EB2. Grayscale: #787878. Windows color (decimal): -6917811 or 5075350. OLE color: 5075350.
HSL color Cylindrical-coordinate representation of color #96714D: hue angle of 29.59º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96714D is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 113 | 77 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.41 |
| HSL | 29.59º | 0.32% | 0.45% | - |
| HSV(B) | 29.59º | 0.49% | 0.59% | - |
| XYZ | 19.82 | 18.83 | 9.61 | - |
| YUV | 119.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 77 | 0 | 0.25 | 0.49 | 0.41 | 29.59 | 0.32 | 0.45 |
| Hex | 96 | 71 | 4D | 0 | 19 | 31 | 29 | 1E | 20 | 2D |
| Octal | 226 | 161 | 115 | 0 | 31 | 61 | 51 | 36 | 40 | 55 |
| Binary | 10010110 | 1110001 | 1001101 | 0 | 11001 | 110001 | 101001 | 11110 | 100000 | 101101 |
Color Harmonies of #96714D
Complementary color
Monochromatic Colors of #96714D
Black with #96714D
Text Example
Text Example
White with #96714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96714D; }
p { color: rgb(150,113,77); }
H1.HeaderClassName
{
color: #96714D;
}
.AnyTagClassName
{
color: #96714D;
}
</style>
background-color css
<style>
a { background-color: #96714D; }
a { background-color: rgb(150,113,77); }
div.DivClassName
{
background-color: #96714D;
}
.BgClassName
{
background-color: #96714D;
}
</style>
border-color css
<style>
span { border-color: #96714D; }
span { border-color: rgb(150,113,77); }
td.TdClassName
{
border-color: #96714D;
}
.TagClassName
{
border-color: #96714D;
}
</style>