Shades of Pale Brown #96785A
Tints of Pale Brown #96785A
RGB
CMYK
RGB Variations
Color information
#96785A (or 0x96785A) is known color: Pale Brown. HEX triplet: 96, 78 and 5A. RGB value is (150,120,90). Sum of RGB (Red+Green+Blue) = 150+120+90=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96785A is #6987A5. Grayscale: #7D7D7D. Windows color (decimal): -6916006 or 5929110. OLE color: 5929110.
HSL color Cylindrical-coordinate representation of color #96785A: hue angle of 30º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96785A is Cyan = 0, Magento = 0.20, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 90 | - |
| CMYK | 0 | 0.20 | 0.4 | 0.41 |
| HSL | 30º | 0.25% | 0.47% | - |
| HSV(B) | 30º | 0.4% | 0.59% | - |
| XYZ | 21.14 | 20.66 | 12.55 | - |
| YUV | 125.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 90 | 0 | 0.20 | 0.4 | 0.41 | 30 | 0.25 | 0.47 |
| Hex | 96 | 78 | 5A | 0 | 14 | 28 | 29 | 1E | 19 | 2F |
| Octal | 226 | 170 | 132 | 0 | 24 | 50 | 51 | 36 | 31 | 57 |
| Binary | 10010110 | 1111000 | 1011010 | 0 | 10100 | 101000 | 101001 | 11110 | 11001 | 101111 |
Color Harmonies of #96785A
Complementary color
Monochromatic Colors of #96785A
Black with #96785A
Text Example
Text Example
White with #96785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96785A; }
p { color: rgb(150,120,90); }
H1.HeaderClassName
{
color: #96785A;
}
.AnyTagClassName
{
color: #96785A;
}
</style>
background-color css
<style>
a { background-color: #96785A; }
a { background-color: rgb(150,120,90); }
div.DivClassName
{
background-color: #96785A;
}
.BgClassName
{
background-color: #96785A;
}
</style>
border-color css
<style>
span { border-color: #96785A; }
span { border-color: rgb(150,120,90); }
td.TdClassName
{
border-color: #96785A;
}
.TagClassName
{
border-color: #96785A;
}
</style>