Shades of Piper #965035
Tints of Piper #965035
RGB
CMYK
RGB Variations
Color information
#965035 (or 0x965035) is known color: Piper. HEX triplet: 96, 50 and 35. RGB value is (150,80,53). Sum of RGB (Red+Green+Blue) = 150+80+53=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #965035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965035 is #69AFCA. Grayscale: #626262. Windows color (decimal): -6926283 or 3494038. OLE color: 3494038.
HSL color Cylindrical-coordinate representation of color #965035: hue angle of 16.7º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #965035 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 53 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.41 |
| HSL | 16.7º | 0.48% | 0.4% | - |
| HSV(B) | 16.7º | 0.65% | 0.59% | - |
| XYZ | 16.09 | 12.48 | 4.93 | - |
| YUV | 97.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 53 | 0 | 0.47 | 0.65 | 0.41 | 16.7 | 0.48 | 0.4 |
| Hex | 96 | 50 | 35 | 0 | 2F | 41 | 29 | 11 | 30 | 28 |
| Octal | 226 | 120 | 65 | 0 | 57 | 101 | 51 | 21 | 60 | 50 |
| Binary | 10010110 | 1010000 | 110101 | 0 | 101111 | 1000001 | 101001 | 10001 | 110000 | 101000 |
Color Harmonies of #965035
Complementary color
Monochromatic Colors of #965035
Black with #965035
Text Example
Text Example
White with #965035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965035; }
p { color: rgb(150,80,53); }
H1.HeaderClassName
{
color: #965035;
}
.AnyTagClassName
{
color: #965035;
}
</style>
background-color css
<style>
a { background-color: #965035; }
a { background-color: rgb(150,80,53); }
div.DivClassName
{
background-color: #965035;
}
.BgClassName
{
background-color: #965035;
}
</style>
border-color css
<style>
span { border-color: #965035; }
span { border-color: rgb(150,80,53); }
td.TdClassName
{
border-color: #965035;
}
.TagClassName
{
border-color: #965035;
}
</style>