Shades of Purple Taupe #66435D
Tints of Purple Taupe #66435D
RGB
CMYK
RGB Variations
Color information
#66435D (or 0x66435D) is known color: Purple Taupe. HEX triplet: 66, 43 and 5D. RGB value is (102,67,93). Sum of RGB (Red+Green+Blue) = 102+67+93=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #66435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66435D is #99BCA2. Grayscale: #505050. Windows color (decimal): -10075299 or 6112102. OLE color: 6112102.
HSL color Cylindrical-coordinate representation of color #66435D: hue angle of 315.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66435D is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 93 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.6 |
| HSL | 315.43º | 0.21% | 0.33% | - |
| HSV(B) | 315.43º | 0.34% | 0.4% | - |
| XYZ | 9.46 | 7.63 | 11.33 | - |
| YUV | 80.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 93 | 0 | 0.34 | 0.09 | 0.6 | 315.43 | 0.21 | 0.33 |
| Hex | 66 | 43 | 5D | 0 | 22 | 9 | 3C | 13B | 15 | 21 |
| Octal | 146 | 103 | 135 | 0 | 42 | 11 | 74 | 473 | 25 | 41 |
| Binary | 1100110 | 1000011 | 1011101 | 0 | 100010 | 1001 | 111100 | 100111011 | 10101 | 100001 |
Color Harmonies of #66435D
Complementary color
Monochromatic Colors of #66435D
Black with #66435D
Text Example
Text Example
White with #66435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66435D; }
p { color: rgb(102,67,93); }
H1.HeaderClassName
{
color: #66435D;
}
.AnyTagClassName
{
color: #66435D;
}
</style>
background-color css
<style>
a { background-color: #66435D; }
a { background-color: rgb(102,67,93); }
div.DivClassName
{
background-color: #66435D;
}
.BgClassName
{
background-color: #66435D;
}
</style>
border-color css
<style>
span { border-color: #66435D; }
span { border-color: rgb(102,67,93); }
td.TdClassName
{
border-color: #66435D;
}
.TagClassName
{
border-color: #66435D;
}
</style>