Shades of Piper #965437
Tints of Piper #965437
RGB
CMYK
RGB Variations
Color information
#965437 (or 0x965437) is known color: Piper. HEX triplet: 96, 54 and 37. RGB value is (150,84,55). Sum of RGB (Red+Green+Blue) = 150+84+55=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #965437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965437 is #69ABC8. Grayscale: #646464. Windows color (decimal): -6925257 or 3626134. OLE color: 3626134.
HSL color Cylindrical-coordinate representation of color #965437: hue angle of 18.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #965437 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 55 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.41 |
| HSL | 18.32º | 0.46% | 0.4% | - |
| HSV(B) | 18.32º | 0.63% | 0.59% | - |
| XYZ | 16.44 | 13.1 | 5.28 | - |
| YUV | 100.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 55 | 0 | 0.44 | 0.63 | 0.41 | 18.32 | 0.46 | 0.4 |
| Hex | 96 | 54 | 37 | 0 | 2C | 3F | 29 | 12 | 2E | 28 |
| Octal | 226 | 124 | 67 | 0 | 54 | 77 | 51 | 22 | 56 | 50 |
| Binary | 10010110 | 1010100 | 110111 | 0 | 101100 | 111111 | 101001 | 10010 | 101110 | 101000 |
Color Harmonies of #965437
Complementary color
Monochromatic Colors of #965437
Black with #965437
Text Example
Text Example
White with #965437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965437; }
p { color: rgb(150,84,55); }
H1.HeaderClassName
{
color: #965437;
}
.AnyTagClassName
{
color: #965437;
}
</style>
background-color css
<style>
a { background-color: #965437; }
a { background-color: rgb(150,84,55); }
div.DivClassName
{
background-color: #965437;
}
.BgClassName
{
background-color: #965437;
}
</style>
border-color css
<style>
span { border-color: #965437; }
span { border-color: rgb(150,84,55); }
td.TdClassName
{
border-color: #965437;
}
.TagClassName
{
border-color: #965437;
}
</style>