Shades of Rose Taupe #96605C
Tints of Rose Taupe #96605C
RGB
CMYK
RGB Variations
Color information
#96605C (or 0x96605C) is known color: Rose Taupe. HEX triplet: 96, 60 and 5C. RGB value is (150,96,92). Sum of RGB (Red+Green+Blue) = 150+96+92=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96605C is #699FA3. Grayscale: #6F6F6F. Windows color (decimal): -6922148 or 6054038. OLE color: 6054038.
HSL color Cylindrical-coordinate representation of color #96605C: hue angle of 4.14º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96605C is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 92 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.41 |
| HSL | 4.14º | 0.24% | 0.47% | - |
| HSV(B) | 4.14º | 0.39% | 0.59% | - |
| XYZ | 18.69 | 15.62 | 12.16 | - |
| YUV | 111.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 92 | 0 | 0.36 | 0.39 | 0.41 | 4.14 | 0.24 | 0.47 |
| Hex | 96 | 60 | 5C | 0 | 24 | 27 | 29 | 4 | 18 | 2F |
| Octal | 226 | 140 | 134 | 0 | 44 | 47 | 51 | 4 | 30 | 57 |
| Binary | 10010110 | 1100000 | 1011100 | 0 | 100100 | 100111 | 101001 | 100 | 11000 | 101111 |
Color Harmonies of #96605C
Complementary color
Monochromatic Colors of #96605C
Black with #96605C
Text Example
Text Example
White with #96605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96605C; }
p { color: rgb(150,96,92); }
H1.HeaderClassName
{
color: #96605C;
}
.AnyTagClassName
{
color: #96605C;
}
</style>
background-color css
<style>
a { background-color: #96605C; }
a { background-color: rgb(150,96,92); }
div.DivClassName
{
background-color: #96605C;
}
.BgClassName
{
background-color: #96605C;
}
</style>
border-color css
<style>
span { border-color: #96605C; }
span { border-color: rgb(150,96,92); }
td.TdClassName
{
border-color: #96605C;
}
.TagClassName
{
border-color: #96605C;
}
</style>