Shades of Persian Plum #663530
Tints of Persian Plum #663530
RGB
CMYK
RGB Variations
Color information
#663530 (or 0x663530) is known color: Persian Plum. HEX triplet: 66, 35 and 30. RGB value is (102,53,48). Sum of RGB (Red+Green+Blue) = 102+53+48=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #663530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663530 is #99CACF. Grayscale: #434343. Windows color (decimal): -10078928 or 3159398. OLE color: 3159398.
HSL color Cylindrical-coordinate representation of color #663530: hue angle of 5.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663530 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 48 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.6 |
| HSL | 5.56º | 0.36% | 0.29% | - |
| HSV(B) | 5.56º | 0.53% | 0.4% | - |
| XYZ | 7.29 | 5.58 | 3.49 | - |
| YUV | 67.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 48 | 0 | 0.48 | 0.53 | 0.6 | 5.56 | 0.36 | 0.29 |
| Hex | 66 | 35 | 30 | 0 | 30 | 35 | 3C | 6 | 24 | 1D |
| Octal | 146 | 65 | 60 | 0 | 60 | 65 | 74 | 6 | 44 | 35 |
| Binary | 1100110 | 110101 | 110000 | 0 | 110000 | 110101 | 111100 | 110 | 100100 | 11101 |
Color Harmonies of #663530
Complementary color
Monochromatic Colors of #663530
Black with #663530
Text Example
Text Example
White with #663530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663530; }
p { color: rgb(102,53,48); }
H1.HeaderClassName
{
color: #663530;
}
.AnyTagClassName
{
color: #663530;
}
</style>
background-color css
<style>
a { background-color: #663530; }
a { background-color: rgb(102,53,48); }
div.DivClassName
{
background-color: #663530;
}
.BgClassName
{
background-color: #663530;
}
</style>
border-color css
<style>
span { border-color: #663530; }
span { border-color: rgb(102,53,48); }
td.TdClassName
{
border-color: #663530;
}
.TagClassName
{
border-color: #663530;
}
</style>