Shades of Piper #964E38
Tints of Piper #964E38
RGB
CMYK
RGB Variations
Color information
#964E38 (or 0x964E38) is known color: Piper. HEX triplet: 96, 4E and 38. RGB value is (150,78,56). Sum of RGB (Red+Green+Blue) = 150+78+56=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #964E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E38 is #69B1C7. Grayscale: #616161. Windows color (decimal): -6926792 or 3690134. OLE color: 3690134.
HSL color Cylindrical-coordinate representation of color #964E38: hue angle of 14.04º 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 #964E38 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 56 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.41 |
| HSL | 14.04º | 0.46% | 0.4% | - |
| HSV(B) | 14.04º | 0.63% | 0.59% | - |
| XYZ | 16.02 | 12.22 | 5.26 | - |
| YUV | 97.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 56 | 0 | 0.48 | 0.63 | 0.41 | 14.04 | 0.46 | 0.4 |
| Hex | 96 | 4E | 38 | 0 | 30 | 3F | 29 | E | 2E | 28 |
| Octal | 226 | 116 | 70 | 0 | 60 | 77 | 51 | 16 | 56 | 50 |
| Binary | 10010110 | 1001110 | 111000 | 0 | 110000 | 111111 | 101001 | 1110 | 101110 | 101000 |
Color Harmonies of #964E38
Complementary color
Monochromatic Colors of #964E38
Black with #964E38
Text Example
Text Example
White with #964E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E38; }
p { color: rgb(150,78,56); }
H1.HeaderClassName
{
color: #964E38;
}
.AnyTagClassName
{
color: #964E38;
}
</style>
background-color css
<style>
a { background-color: #964E38; }
a { background-color: rgb(150,78,56); }
div.DivClassName
{
background-color: #964E38;
}
.BgClassName
{
background-color: #964E38;
}
</style>
border-color css
<style>
span { border-color: #964E38; }
span { border-color: rgb(150,78,56); }
td.TdClassName
{
border-color: #964E38;
}
.TagClassName
{
border-color: #964E38;
}
</style>