Shades of Piper #96513B
Tints of Piper #96513B
RGB
CMYK
RGB Variations
Color information
#96513B (or 0x96513B) is known color: Piper. HEX triplet: 96, 51 and 3B. RGB value is (150,81,59). Sum of RGB (Red+Green+Blue) = 150+81+59=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96513B is #69AEC4. Grayscale: #636363. Windows color (decimal): -6926021 or 3887510. OLE color: 3887510.
HSL color Cylindrical-coordinate representation of color #96513B: hue angle of 14.51º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96513B is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 59 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.41 |
| HSL | 14.51º | 0.44% | 0.41% | - |
| HSV(B) | 14.51º | 0.61% | 0.59% | - |
| XYZ | 16.31 | 12.68 | 5.73 | - |
| YUV | 99.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 59 | 0 | 0.46 | 0.61 | 0.41 | 14.51 | 0.44 | 0.41 |
| Hex | 96 | 51 | 3B | 0 | 2E | 3D | 29 | F | 2C | 29 |
| Octal | 226 | 121 | 73 | 0 | 56 | 75 | 51 | 17 | 54 | 51 |
| Binary | 10010110 | 1010001 | 111011 | 0 | 101110 | 111101 | 101001 | 1111 | 101100 | 101001 |
Color Harmonies of #96513B
Complementary color
Monochromatic Colors of #96513B
Black with #96513B
Text Example
Text Example
White with #96513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96513B; }
p { color: rgb(150,81,59); }
H1.HeaderClassName
{
color: #96513B;
}
.AnyTagClassName
{
color: #96513B;
}
</style>
background-color css
<style>
a { background-color: #96513B; }
a { background-color: rgb(150,81,59); }
div.DivClassName
{
background-color: #96513B;
}
.BgClassName
{
background-color: #96513B;
}
</style>
border-color css
<style>
span { border-color: #96513B; }
span { border-color: rgb(150,81,59); }
td.TdClassName
{
border-color: #96513B;
}
.TagClassName
{
border-color: #96513B;
}
</style>