Shades of Piper #96523A
Tints of Piper #96523A
RGB
CMYK
RGB Variations
Color information
#96523A (or 0x96523A) is known color: Piper. HEX triplet: 96, 52 and 3A. RGB value is (150,82,58). Sum of RGB (Red+Green+Blue) = 150+82+58=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96523A is #69ADC5. Grayscale: #636363. Windows color (decimal): -6925766 or 3822230. OLE color: 3822230.
HSL color Cylindrical-coordinate representation of color #96523A: hue angle of 15.65º 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 #96523A is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 58 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.41 |
| HSL | 15.65º | 0.44% | 0.41% | - |
| HSV(B) | 15.65º | 0.61% | 0.59% | - |
| XYZ | 16.36 | 12.82 | 5.62 | - |
| YUV | 99.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 58 | 0 | 0.45 | 0.61 | 0.41 | 15.65 | 0.44 | 0.41 |
| Hex | 96 | 52 | 3A | 0 | 2D | 3D | 29 | 10 | 2C | 29 |
| Octal | 226 | 122 | 72 | 0 | 55 | 75 | 51 | 20 | 54 | 51 |
| Binary | 10010110 | 1010010 | 111010 | 0 | 101101 | 111101 | 101001 | 10000 | 101100 | 101001 |
Color Harmonies of #96523A
Complementary color
Monochromatic Colors of #96523A
Black with #96523A
Text Example
Text Example
White with #96523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96523A; }
p { color: rgb(150,82,58); }
H1.HeaderClassName
{
color: #96523A;
}
.AnyTagClassName
{
color: #96523A;
}
</style>
background-color css
<style>
a { background-color: #96523A; }
a { background-color: rgb(150,82,58); }
div.DivClassName
{
background-color: #96523A;
}
.BgClassName
{
background-color: #96523A;
}
</style>
border-color css
<style>
span { border-color: #96523A; }
span { border-color: rgb(150,82,58); }
td.TdClassName
{
border-color: #96523A;
}
.TagClassName
{
border-color: #96523A;
}
</style>