Shades of Piper #96523B
Tints of Piper #96523B
RGB
CMYK
RGB Variations
Color information
#96523B (or 0x96523B) is known color: Piper. HEX triplet: 96, 52 and 3B. RGB value is (150,82,59). Sum of RGB (Red+Green+Blue) = 150+82+59=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96523B is #69ADC4. Grayscale: #636363. Windows color (decimal): -6925765 or 3887766. OLE color: 3887766.
HSL color Cylindrical-coordinate representation of color #96523B: hue angle of 15.16º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96523B is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 59 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.41 |
| HSL | 15.16º | 0.44% | 0.41% | - |
| HSV(B) | 15.16º | 0.61% | 0.59% | - |
| XYZ | 16.38 | 12.83 | 5.75 | - |
| YUV | 99.71 | 105.03 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 59 | 0 | 0.45 | 0.61 | 0.41 | 15.16 | 0.44 | 0.41 |
| Hex | 96 | 52 | 3B | 0 | 2D | 3D | 29 | F | 2C | 29 |
| Octal | 226 | 122 | 73 | 0 | 55 | 75 | 51 | 17 | 54 | 51 |
| Binary | 10010110 | 1010010 | 111011 | 0 | 101101 | 111101 | 101001 | 1111 | 101100 | 101001 |
Color Harmonies of #96523B
Complementary color
Monochromatic Colors of #96523B
Black with #96523B
Text Example
Text Example
White with #96523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96523B; }
p { color: rgb(150,82,59); }
H1.HeaderClassName
{
color: #96523B;
}
.AnyTagClassName
{
color: #96523B;
}
</style>
background-color css
<style>
a { background-color: #96523B; }
a { background-color: rgb(150,82,59); }
div.DivClassName
{
background-color: #96523B;
}
.BgClassName
{
background-color: #96523B;
}
</style>
border-color css
<style>
span { border-color: #96523B; }
span { border-color: rgb(150,82,59); }
td.TdClassName
{
border-color: #96523B;
}
.TagClassName
{
border-color: #96523B;
}
</style>