Shades of Pale Brown #96754C
Tints of Pale Brown #96754C
RGB
CMYK
RGB Variations
Color information
#96754C (or 0x96754C) is known color: Pale Brown. HEX triplet: 96, 75 and 4C. RGB value is (150,117,76). Sum of RGB (Red+Green+Blue) = 150+117+76=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96754C is #698AB3. Grayscale: #7A7A7A. Windows color (decimal): -6916788 or 5010838. OLE color: 5010838.
HSL color Cylindrical-coordinate representation of color #96754C: hue angle of 33.24º 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 #96754C is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 76 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.41 |
| HSL | 33.24º | 0.33% | 0.44% | - |
| HSV(B) | 33.24º | 0.49% | 0.59% | - |
| XYZ | 20.24 | 19.73 | 9.58 | - |
| YUV | 122.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 76 | 0 | 0.22 | 0.49 | 0.41 | 33.24 | 0.33 | 0.44 |
| Hex | 96 | 75 | 4C | 0 | 16 | 31 | 29 | 21 | 21 | 2C |
| Octal | 226 | 165 | 114 | 0 | 26 | 61 | 51 | 41 | 41 | 54 |
| Binary | 10010110 | 1110101 | 1001100 | 0 | 10110 | 110001 | 101001 | 100001 | 100001 | 101100 |
Color Harmonies of #96754C
Complementary color
Monochromatic Colors of #96754C
Black with #96754C
Text Example
Text Example
White with #96754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96754C; }
p { color: rgb(150,117,76); }
H1.HeaderClassName
{
color: #96754C;
}
.AnyTagClassName
{
color: #96754C;
}
</style>
background-color css
<style>
a { background-color: #96754C; }
a { background-color: rgb(150,117,76); }
div.DivClassName
{
background-color: #96754C;
}
.BgClassName
{
background-color: #96754C;
}
</style>
border-color css
<style>
span { border-color: #96754C; }
span { border-color: rgb(150,117,76); }
td.TdClassName
{
border-color: #96754C;
}
.TagClassName
{
border-color: #96754C;
}
</style>