Shades of Pale Brown #96734D
Tints of Pale Brown #96734D
RGB
CMYK
RGB Variations
Color information
#96734D (or 0x96734D) is known color: Pale Brown. HEX triplet: 96, 73 and 4D. RGB value is (150,115,77). Sum of RGB (Red+Green+Blue) = 150+115+77=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96734D is #698CB2. Grayscale: #797979. Windows color (decimal): -6917299 or 5075862. OLE color: 5075862.
HSL color Cylindrical-coordinate representation of color #96734D: hue angle of 31.23º 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 #96734D is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 77 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.41 |
| HSL | 31.23º | 0.32% | 0.45% | - |
| HSV(B) | 31.23º | 0.49% | 0.59% | - |
| XYZ | 20.05 | 19.28 | 9.69 | - |
| YUV | 121.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 77 | 0 | 0.23 | 0.49 | 0.41 | 31.23 | 0.32 | 0.45 |
| Hex | 96 | 73 | 4D | 0 | 17 | 31 | 29 | 1F | 20 | 2D |
| Octal | 226 | 163 | 115 | 0 | 27 | 61 | 51 | 37 | 40 | 55 |
| Binary | 10010110 | 1110011 | 1001101 | 0 | 10111 | 110001 | 101001 | 11111 | 100000 | 101101 |
Color Harmonies of #96734D
Complementary color
Monochromatic Colors of #96734D
Black with #96734D
Text Example
Text Example
White with #96734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96734D; }
p { color: rgb(150,115,77); }
H1.HeaderClassName
{
color: #96734D;
}
.AnyTagClassName
{
color: #96734D;
}
</style>
background-color css
<style>
a { background-color: #96734D; }
a { background-color: rgb(150,115,77); }
div.DivClassName
{
background-color: #96734D;
}
.BgClassName
{
background-color: #96734D;
}
</style>
border-color css
<style>
span { border-color: #96734D; }
span { border-color: rgb(150,115,77); }
td.TdClassName
{
border-color: #96734D;
}
.TagClassName
{
border-color: #96734D;
}
</style>