Shades of Rose Taupe #96625E
Tints of Rose Taupe #96625E
RGB
CMYK
RGB Variations
Color information
#96625E (or 0x96625E) is known color: Rose Taupe. HEX triplet: 96, 62 and 5E. RGB value is (150,98,94). Sum of RGB (Red+Green+Blue) = 150+98+94=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96625E is #699DA1. Grayscale: #717171. Windows color (decimal): -6921634 or 6185622. OLE color: 6185622.
HSL color Cylindrical-coordinate representation of color #96625E: hue angle of 4.29º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96625E is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 94 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.41 |
| HSL | 4.29º | 0.23% | 0.48% | - |
| HSV(B) | 4.29º | 0.37% | 0.59% | - |
| XYZ | 18.97 | 16.03 | 12.68 | - |
| YUV | 113.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 94 | 0 | 0.35 | 0.37 | 0.41 | 4.29 | 0.23 | 0.48 |
| Hex | 96 | 62 | 5E | 0 | 23 | 25 | 29 | 4 | 17 | 30 |
| Octal | 226 | 142 | 136 | 0 | 43 | 45 | 51 | 4 | 27 | 60 |
| Binary | 10010110 | 1100010 | 1011110 | 0 | 100011 | 100101 | 101001 | 100 | 10111 | 110000 |
Color Harmonies of #96625E
Complementary color
Monochromatic Colors of #96625E
Black with #96625E
Text Example
Text Example
White with #96625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96625E; }
p { color: rgb(150,98,94); }
H1.HeaderClassName
{
color: #96625E;
}
.AnyTagClassName
{
color: #96625E;
}
</style>
background-color css
<style>
a { background-color: #96625E; }
a { background-color: rgb(150,98,94); }
div.DivClassName
{
background-color: #96625E;
}
.BgClassName
{
background-color: #96625E;
}
</style>
border-color css
<style>
span { border-color: #96625E; }
span { border-color: rgb(150,98,94); }
td.TdClassName
{
border-color: #96625E;
}
.TagClassName
{
border-color: #96625E;
}
</style>