Shades of Pale Brown #96754D
Tints of Pale Brown #96754D
RGB
CMYK
RGB Variations
Color information
#96754D (or 0x96754D) is known color: Pale Brown. HEX triplet: 96, 75 and 4D. RGB value is (150,117,77). Sum of RGB (Red+Green+Blue) = 150+117+77=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96754D is #698AB2. Grayscale: #7A7A7A. Windows color (decimal): -6916787 or 5076374. OLE color: 5076374.
HSL color Cylindrical-coordinate representation of color #96754D: hue angle of 32.88º 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 #96754D is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 77 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.41 |
| HSL | 32.88º | 0.32% | 0.45% | - |
| HSV(B) | 32.88º | 0.49% | 0.59% | - |
| XYZ | 20.28 | 19.74 | 9.76 | - |
| YUV | 122.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 77 | 0 | 0.22 | 0.49 | 0.41 | 32.88 | 0.32 | 0.45 |
| Hex | 96 | 75 | 4D | 0 | 16 | 31 | 29 | 21 | 20 | 2D |
| Octal | 226 | 165 | 115 | 0 | 26 | 61 | 51 | 41 | 40 | 55 |
| Binary | 10010110 | 1110101 | 1001101 | 0 | 10110 | 110001 | 101001 | 100001 | 100000 | 101101 |
Color Harmonies of #96754D
Complementary color
Monochromatic Colors of #96754D
Black with #96754D
Text Example
Text Example
White with #96754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96754D; }
p { color: rgb(150,117,77); }
H1.HeaderClassName
{
color: #96754D;
}
.AnyTagClassName
{
color: #96754D;
}
</style>
background-color css
<style>
a { background-color: #96754D; }
a { background-color: rgb(150,117,77); }
div.DivClassName
{
background-color: #96754D;
}
.BgClassName
{
background-color: #96754D;
}
</style>
border-color css
<style>
span { border-color: #96754D; }
span { border-color: rgb(150,117,77); }
td.TdClassName
{
border-color: #96754D;
}
.TagClassName
{
border-color: #96754D;
}
</style>