Shades of Piper #965136
Tints of Piper #965136
RGB
CMYK
RGB Variations
Color information
#965136 (or 0x965136) is known color: Piper. HEX triplet: 96, 51 and 36. RGB value is (150,81,54). Sum of RGB (Red+Green+Blue) = 150+81+54=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #965136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965136 is #69AEC9. Grayscale: #626262. Windows color (decimal): -6926026 or 3559830. OLE color: 3559830.
HSL color Cylindrical-coordinate representation of color #965136: hue angle of 16.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #965136 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 54 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.41 |
| HSL | 16.88º | 0.47% | 0.4% | - |
| HSV(B) | 16.88º | 0.64% | 0.59% | - |
| XYZ | 16.19 | 12.64 | 5.08 | - |
| YUV | 98.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 54 | 0 | 0.46 | 0.64 | 0.41 | 16.88 | 0.47 | 0.4 |
| Hex | 96 | 51 | 36 | 0 | 2E | 40 | 29 | 11 | 2F | 28 |
| Octal | 226 | 121 | 66 | 0 | 56 | 100 | 51 | 21 | 57 | 50 |
| Binary | 10010110 | 1010001 | 110110 | 0 | 101110 | 1000000 | 101001 | 10001 | 101111 | 101000 |
Color Harmonies of #965136
Complementary color
Monochromatic Colors of #965136
Black with #965136
Text Example
Text Example
White with #965136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965136; }
p { color: rgb(150,81,54); }
H1.HeaderClassName
{
color: #965136;
}
.AnyTagClassName
{
color: #965136;
}
</style>
background-color css
<style>
a { background-color: #965136; }
a { background-color: rgb(150,81,54); }
div.DivClassName
{
background-color: #965136;
}
.BgClassName
{
background-color: #965136;
}
</style>
border-color css
<style>
span { border-color: #965136; }
span { border-color: rgb(150,81,54); }
td.TdClassName
{
border-color: #965136;
}
.TagClassName
{
border-color: #965136;
}
</style>