Shades of Piper #965638
Tints of Piper #965638
RGB
CMYK
RGB Variations
Color information
#965638 (or 0x965638) is known color: Piper. HEX triplet: 96, 56 and 38. RGB value is (150,86,56). Sum of RGB (Red+Green+Blue) = 150+86+56=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #965638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965638 is #69A9C7. Grayscale: #656565. Windows color (decimal): -6924744 or 3692182. OLE color: 3692182.
HSL color Cylindrical-coordinate representation of color #965638: hue angle of 19.15º 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 #965638 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 56 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.41 |
| HSL | 19.15º | 0.46% | 0.4% | - |
| HSV(B) | 19.15º | 0.63% | 0.59% | - |
| XYZ | 16.62 | 13.43 | 5.46 | - |
| YUV | 101.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 56 | 0 | 0.43 | 0.63 | 0.41 | 19.15 | 0.46 | 0.4 |
| Hex | 96 | 56 | 38 | 0 | 2B | 3F | 29 | 13 | 2E | 28 |
| Octal | 226 | 126 | 70 | 0 | 53 | 77 | 51 | 23 | 56 | 50 |
| Binary | 10010110 | 1010110 | 111000 | 0 | 101011 | 111111 | 101001 | 10011 | 101110 | 101000 |
Color Harmonies of #965638
Complementary color
Monochromatic Colors of #965638
Black with #965638
Text Example
Text Example
White with #965638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965638; }
p { color: rgb(150,86,56); }
H1.HeaderClassName
{
color: #965638;
}
.AnyTagClassName
{
color: #965638;
}
</style>
background-color css
<style>
a { background-color: #965638; }
a { background-color: rgb(150,86,56); }
div.DivClassName
{
background-color: #965638;
}
.BgClassName
{
background-color: #965638;
}
</style>
border-color css
<style>
span { border-color: #965638; }
span { border-color: rgb(150,86,56); }
td.TdClassName
{
border-color: #965638;
}
.TagClassName
{
border-color: #965638;
}
</style>