Shades of Pale Brown #96704D
Tints of Pale Brown #96704D
RGB
CMYK
RGB Variations
Color information
#96704D (or 0x96704D) is known color: Pale Brown. HEX triplet: 96, 70 and 4D. RGB value is (150,112,77). Sum of RGB (Red+Green+Blue) = 150+112+77=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96704D is #698FB2. Grayscale: #777777. Windows color (decimal): -6918067 or 5075094. OLE color: 5075094.
HSL color Cylindrical-coordinate representation of color #96704D: hue angle of 28.77º 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 #96704D is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 77 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.41 |
| HSL | 28.77º | 0.32% | 0.45% | - |
| HSV(B) | 28.77º | 0.49% | 0.59% | - |
| XYZ | 19.71 | 18.61 | 9.57 | - |
| YUV | 119.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 77 | 0 | 0.25 | 0.49 | 0.41 | 28.77 | 0.32 | 0.45 |
| Hex | 96 | 70 | 4D | 0 | 19 | 31 | 29 | 1D | 20 | 2D |
| Octal | 226 | 160 | 115 | 0 | 31 | 61 | 51 | 35 | 40 | 55 |
| Binary | 10010110 | 1110000 | 1001101 | 0 | 11001 | 110001 | 101001 | 11101 | 100000 | 101101 |
Color Harmonies of #96704D
Complementary color
Monochromatic Colors of #96704D
Black with #96704D
Text Example
Text Example
White with #96704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96704D; }
p { color: rgb(150,112,77); }
H1.HeaderClassName
{
color: #96704D;
}
.AnyTagClassName
{
color: #96704D;
}
</style>
background-color css
<style>
a { background-color: #96704D; }
a { background-color: rgb(150,112,77); }
div.DivClassName
{
background-color: #96704D;
}
.BgClassName
{
background-color: #96704D;
}
</style>
border-color css
<style>
span { border-color: #96704D; }
span { border-color: rgb(150,112,77); }
td.TdClassName
{
border-color: #96704D;
}
.TagClassName
{
border-color: #96704D;
}
</style>