Shades of Piper #995336
Tints of Piper #995336
RGB
CMYK
RGB Variations
Color information
#995336 (or 0x995336) is known color: Piper. HEX triplet: 99, 53 and 36. RGB value is (153,83,54). Sum of RGB (Red+Green+Blue) = 153+83+54=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #995336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995336 is #66ACC9. Grayscale: #646464. Windows color (decimal): -6728906 or 3560345. OLE color: 3560345.
HSL color Cylindrical-coordinate representation of color #995336: hue angle of 17.58º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #995336 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 54 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.4 |
| HSL | 17.58º | 0.48% | 0.41% | - |
| HSV(B) | 17.58º | 0.65% | 0.6% | - |
| XYZ | 16.9 | 13.23 | 5.15 | - |
| YUV | 100.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 54 | 0 | 0.46 | 0.65 | 0.4 | 17.58 | 0.48 | 0.41 |
| Hex | 99 | 53 | 36 | 0 | 2E | 41 | 28 | 12 | 30 | 29 |
| Octal | 231 | 123 | 66 | 0 | 56 | 101 | 50 | 22 | 60 | 51 |
| Binary | 10011001 | 1010011 | 110110 | 0 | 101110 | 1000001 | 101000 | 10010 | 110000 | 101001 |
Color Harmonies of #995336
Complementary color
Monochromatic Colors of #995336
Black with #995336
Text Example
Text Example
White with #995336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995336; }
p { color: rgb(153,83,54); }
H1.HeaderClassName
{
color: #995336;
}
.AnyTagClassName
{
color: #995336;
}
</style>
background-color css
<style>
a { background-color: #995336; }
a { background-color: rgb(153,83,54); }
div.DivClassName
{
background-color: #995336;
}
.BgClassName
{
background-color: #995336;
}
</style>
border-color css
<style>
span { border-color: #995336; }
span { border-color: rgb(153,83,54); }
td.TdClassName
{
border-color: #995336;
}
.TagClassName
{
border-color: #995336;
}
</style>