Shades of Piper #965339
Tints of Piper #965339
RGB
CMYK
RGB Variations
Color information
#965339 (or 0x965339) is known color: Piper. HEX triplet: 96, 53 and 39. RGB value is (150,83,57). Sum of RGB (Red+Green+Blue) = 150+83+57=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #965339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965339 is #69ACC6. Grayscale: #646464. Windows color (decimal): -6925511 or 3756950. OLE color: 3756950.
HSL color Cylindrical-coordinate representation of color #965339: hue angle of 16.77º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #965339 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 57 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.41 |
| HSL | 16.77º | 0.45% | 0.41% | - |
| HSV(B) | 16.77º | 0.62% | 0.59% | - |
| XYZ | 16.41 | 12.97 | 5.51 | - |
| YUV | 100.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 57 | 0 | 0.45 | 0.62 | 0.41 | 16.77 | 0.45 | 0.41 |
| Hex | 96 | 53 | 39 | 0 | 2D | 3E | 29 | 11 | 2D | 29 |
| Octal | 226 | 123 | 71 | 0 | 55 | 76 | 51 | 21 | 55 | 51 |
| Binary | 10010110 | 1010011 | 111001 | 0 | 101101 | 111110 | 101001 | 10001 | 101101 | 101001 |
Color Harmonies of #965339
Complementary color
Monochromatic Colors of #965339
Black with #965339
Text Example
Text Example
White with #965339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965339; }
p { color: rgb(150,83,57); }
H1.HeaderClassName
{
color: #965339;
}
.AnyTagClassName
{
color: #965339;
}
</style>
background-color css
<style>
a { background-color: #965339; }
a { background-color: rgb(150,83,57); }
div.DivClassName
{
background-color: #965339;
}
.BgClassName
{
background-color: #965339;
}
</style>
border-color css
<style>
span { border-color: #965339; }
span { border-color: rgb(150,83,57); }
td.TdClassName
{
border-color: #965339;
}
.TagClassName
{
border-color: #965339;
}
</style>