Shades of Piper #965239
Tints of Piper #965239
RGB
CMYK
RGB Variations
Color information
#965239 (or 0x965239) is known color: Piper. HEX triplet: 96, 52 and 39. RGB value is (150,82,57). Sum of RGB (Red+Green+Blue) = 150+82+57=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #965239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965239 is #69ADC6. Grayscale: #636363. Windows color (decimal): -6925767 or 3756694. OLE color: 3756694.
HSL color Cylindrical-coordinate representation of color #965239: hue angle of 16.13º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #965239 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 57 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.41 |
| HSL | 16.13º | 0.45% | 0.41% | - |
| HSV(B) | 16.13º | 0.62% | 0.59% | - |
| XYZ | 16.33 | 12.81 | 5.48 | - |
| YUV | 99.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 57 | 0 | 0.45 | 0.62 | 0.41 | 16.13 | 0.45 | 0.41 |
| Hex | 96 | 52 | 39 | 0 | 2D | 3E | 29 | 10 | 2D | 29 |
| Octal | 226 | 122 | 71 | 0 | 55 | 76 | 51 | 20 | 55 | 51 |
| Binary | 10010110 | 1010010 | 111001 | 0 | 101101 | 111110 | 101001 | 10000 | 101101 | 101001 |
Color Harmonies of #965239
Complementary color
Monochromatic Colors of #965239
Black with #965239
Text Example
Text Example
White with #965239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965239; }
p { color: rgb(150,82,57); }
H1.HeaderClassName
{
color: #965239;
}
.AnyTagClassName
{
color: #965239;
}
</style>
background-color css
<style>
a { background-color: #965239; }
a { background-color: rgb(150,82,57); }
div.DivClassName
{
background-color: #965239;
}
.BgClassName
{
background-color: #965239;
}
</style>
border-color css
<style>
span { border-color: #965239; }
span { border-color: rgb(150,82,57); }
td.TdClassName
{
border-color: #965239;
}
.TagClassName
{
border-color: #965239;
}
</style>