Shades of Piper #96503A
Tints of Piper #96503A
RGB
CMYK
RGB Variations
Color information
#96503A (or 0x96503A) is known color: Piper. HEX triplet: 96, 50 and 3A. RGB value is (150,80,58). Sum of RGB (Red+Green+Blue) = 150+80+58=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #96503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96503A is #69AFC5. Grayscale: #626262. Windows color (decimal): -6926278 or 3821718. OLE color: 3821718.
HSL color Cylindrical-coordinate representation of color #96503A: hue angle of 14.35º 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 #96503A is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 58 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.41 |
| HSL | 14.35º | 0.44% | 0.41% | - |
| HSV(B) | 14.35º | 0.61% | 0.59% | - |
| XYZ | 16.21 | 12.53 | 5.57 | - |
| YUV | 98.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 58 | 0 | 0.47 | 0.61 | 0.41 | 14.35 | 0.44 | 0.41 |
| Hex | 96 | 50 | 3A | 0 | 2F | 3D | 29 | E | 2C | 29 |
| Octal | 226 | 120 | 72 | 0 | 57 | 75 | 51 | 16 | 54 | 51 |
| Binary | 10010110 | 1010000 | 111010 | 0 | 101111 | 111101 | 101001 | 1110 | 101100 | 101001 |
Color Harmonies of #96503A
Complementary color
Monochromatic Colors of #96503A
Black with #96503A
Text Example
Text Example
White with #96503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96503A; }
p { color: rgb(150,80,58); }
H1.HeaderClassName
{
color: #96503A;
}
.AnyTagClassName
{
color: #96503A;
}
</style>
background-color css
<style>
a { background-color: #96503A; }
a { background-color: rgb(150,80,58); }
div.DivClassName
{
background-color: #96503A;
}
.BgClassName
{
background-color: #96503A;
}
</style>
border-color css
<style>
span { border-color: #96503A; }
span { border-color: rgb(150,80,58); }
td.TdClassName
{
border-color: #96503A;
}
.TagClassName
{
border-color: #96503A;
}
</style>