Shades of Pale Brown #96704C
Tints of Pale Brown #96704C
RGB
CMYK
RGB Variations
Color information
#96704C (or 0x96704C) is known color: Pale Brown. HEX triplet: 96, 70 and 4C. RGB value is (150,112,76). Sum of RGB (Red+Green+Blue) = 150+112+76=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96704C is #698FB3. Grayscale: #777777. Windows color (decimal): -6918068 or 5009558. OLE color: 5009558.
HSL color Cylindrical-coordinate representation of color #96704C: hue angle of 29.19º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96704C is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 76 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.41 |
| HSL | 29.19º | 0.33% | 0.44% | - |
| HSV(B) | 29.19º | 0.49% | 0.59% | - |
| XYZ | 19.68 | 18.59 | 9.39 | - |
| YUV | 119.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 76 | 0 | 0.25 | 0.49 | 0.41 | 29.19 | 0.33 | 0.44 |
| Hex | 96 | 70 | 4C | 0 | 19 | 31 | 29 | 1D | 21 | 2C |
| Octal | 226 | 160 | 114 | 0 | 31 | 61 | 51 | 35 | 41 | 54 |
| Binary | 10010110 | 1110000 | 1001100 | 0 | 11001 | 110001 | 101001 | 11101 | 100001 | 101100 |
Color Harmonies of #96704C
Complementary color
Monochromatic Colors of #96704C
Black with #96704C
Text Example
Text Example
White with #96704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96704C; }
p { color: rgb(150,112,76); }
H1.HeaderClassName
{
color: #96704C;
}
.AnyTagClassName
{
color: #96704C;
}
</style>
background-color css
<style>
a { background-color: #96704C; }
a { background-color: rgb(150,112,76); }
div.DivClassName
{
background-color: #96704C;
}
.BgClassName
{
background-color: #96704C;
}
</style>
border-color css
<style>
span { border-color: #96704C; }
span { border-color: rgb(150,112,76); }
td.TdClassName
{
border-color: #96704C;
}
.TagClassName
{
border-color: #96704C;
}
</style>