Shades of Pale Brown #96765C
Tints of Pale Brown #96765C
RGB
CMYK
RGB Variations
Color information
#96765C (or 0x96765C) is known color: Pale Brown. HEX triplet: 96, 76 and 5C. RGB value is (150,118,92). Sum of RGB (Red+Green+Blue) = 150+118+92=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96765C is #6989A3. Grayscale: #7C7C7C. Windows color (decimal): -6916516 or 6059670. OLE color: 6059670.
HSL color Cylindrical-coordinate representation of color #96765C: hue angle of 26.9º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96765C is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 92 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.41 |
| HSL | 26.9º | 0.24% | 0.47% | - |
| HSV(B) | 26.9º | 0.39% | 0.59% | - |
| XYZ | 20.99 | 20.21 | 12.92 | - |
| YUV | 124.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 92 | 0 | 0.21 | 0.39 | 0.41 | 26.9 | 0.24 | 0.47 |
| Hex | 96 | 76 | 5C | 0 | 15 | 27 | 29 | 1B | 18 | 2F |
| Octal | 226 | 166 | 134 | 0 | 25 | 47 | 51 | 33 | 30 | 57 |
| Binary | 10010110 | 1110110 | 1011100 | 0 | 10101 | 100111 | 101001 | 11011 | 11000 | 101111 |
Color Harmonies of #96765C
Complementary color
Monochromatic Colors of #96765C
Black with #96765C
Text Example
Text Example
White with #96765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96765C; }
p { color: rgb(150,118,92); }
H1.HeaderClassName
{
color: #96765C;
}
.AnyTagClassName
{
color: #96765C;
}
</style>
background-color css
<style>
a { background-color: #96765C; }
a { background-color: rgb(150,118,92); }
div.DivClassName
{
background-color: #96765C;
}
.BgClassName
{
background-color: #96765C;
}
</style>
border-color css
<style>
span { border-color: #96765C; }
span { border-color: rgb(150,118,92); }
td.TdClassName
{
border-color: #96765C;
}
.TagClassName
{
border-color: #96765C;
}
</style>