Shades of Pale Brown #96754E
Tints of Pale Brown #96754E
RGB
CMYK
RGB Variations
Color information
#96754E (or 0x96754E) is known color: Pale Brown. HEX triplet: 96, 75 and 4E. RGB value is (150,117,78). Sum of RGB (Red+Green+Blue) = 150+117+78=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96754E is #698AB1. Grayscale: #7A7A7A. Windows color (decimal): -6916786 or 5141910. OLE color: 5141910.
HSL color Cylindrical-coordinate representation of color #96754E: hue angle of 32.5º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96754E is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 78 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.41 |
| HSL | 32.5º | 0.32% | 0.45% | - |
| HSV(B) | 32.5º | 0.48% | 0.59% | - |
| XYZ | 20.31 | 19.76 | 9.95 | - |
| YUV | 122.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 78 | 0 | 0.22 | 0.48 | 0.41 | 32.5 | 0.32 | 0.45 |
| Hex | 96 | 75 | 4E | 0 | 16 | 30 | 29 | 20 | 20 | 2D |
| Octal | 226 | 165 | 116 | 0 | 26 | 60 | 51 | 40 | 40 | 55 |
| Binary | 10010110 | 1110101 | 1001110 | 0 | 10110 | 110000 | 101001 | 100000 | 100000 | 101101 |
Color Harmonies of #96754E
Complementary color
Monochromatic Colors of #96754E
Black with #96754E
Text Example
Text Example
White with #96754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96754E; }
p { color: rgb(150,117,78); }
H1.HeaderClassName
{
color: #96754E;
}
.AnyTagClassName
{
color: #96754E;
}
</style>
background-color css
<style>
a { background-color: #96754E; }
a { background-color: rgb(150,117,78); }
div.DivClassName
{
background-color: #96754E;
}
.BgClassName
{
background-color: #96754E;
}
</style>
border-color css
<style>
span { border-color: #96754E; }
span { border-color: rgb(150,117,78); }
td.TdClassName
{
border-color: #96754E;
}
.TagClassName
{
border-color: #96754E;
}
</style>