Shades of Piper #985136
Tints of Piper #985136
RGB
CMYK
RGB Variations
Color information
#985136 (or 0x985136) is known color: Piper. HEX triplet: 98, 51 and 36. RGB value is (152,81,54). Sum of RGB (Red+Green+Blue) = 152+81+54=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #985136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985136 is #67AEC9. Grayscale: #636363. Windows color (decimal): -6794954 or 3559832. OLE color: 3559832.
HSL color Cylindrical-coordinate representation of color #985136: hue angle of 16.53º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #985136 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 54 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.40 |
| HSL | 16.53º | 0.48% | 0.4% | - |
| HSV(B) | 16.53º | 0.64% | 0.6% | - |
| XYZ | 16.56 | 12.83 | 5.09 | - |
| YUV | 99.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 54 | 0 | 0.47 | 0.64 | 0.40 | 16.53 | 0.48 | 0.4 |
| Hex | 98 | 51 | 36 | 0 | 2F | 40 | 28 | 11 | 30 | 28 |
| Octal | 230 | 121 | 66 | 0 | 57 | 100 | 50 | 21 | 60 | 50 |
| Binary | 10011000 | 1010001 | 110110 | 0 | 101111 | 1000000 | 101000 | 10001 | 110000 | 101000 |
Color Harmonies of #985136
Complementary color
Monochromatic Colors of #985136
Black with #985136
Text Example
Text Example
White with #985136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985136; }
p { color: rgb(152,81,54); }
H1.HeaderClassName
{
color: #985136;
}
.AnyTagClassName
{
color: #985136;
}
</style>
background-color css
<style>
a { background-color: #985136; }
a { background-color: rgb(152,81,54); }
div.DivClassName
{
background-color: #985136;
}
.BgClassName
{
background-color: #985136;
}
</style>
border-color css
<style>
span { border-color: #985136; }
span { border-color: rgb(152,81,54); }
td.TdClassName
{
border-color: #985136;
}
.TagClassName
{
border-color: #985136;
}
</style>