Shades of Persian Plum #662E2D
Tints of Persian Plum #662E2D
RGB
CMYK
RGB Variations
Color information
#662E2D (or 0x662E2D) is known color: Persian Plum. HEX triplet: 66, 2E and 2D. RGB value is (102,46,45). Sum of RGB (Red+Green+Blue) = 102+46+45=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #662E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E2D is #99D1D2. Grayscale: #3E3E3E. Windows color (decimal): -10080723 or 2960998. OLE color: 2960998.
HSL color Cylindrical-coordinate representation of color #662E2D: hue angle of 1.05º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662E2D is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 45 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.6 |
| HSL | 1.05º | 0.39% | 0.29% | - |
| HSV(B) | 1.05º | 0.56% | 0.4% | - |
| XYZ | 6.93 | 4.97 | 3.08 | - |
| YUV | 62.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 45 | 0 | 0.55 | 0.56 | 0.6 | 1.05 | 0.39 | 0.29 |
| Hex | 66 | 2E | 2D | 0 | 37 | 38 | 3C | 1 | 27 | 1D |
| Octal | 146 | 56 | 55 | 0 | 67 | 70 | 74 | 1 | 47 | 35 |
| Binary | 1100110 | 101110 | 101101 | 0 | 110111 | 111000 | 111100 | 1 | 100111 | 11101 |
Color Harmonies of #662E2D
Complementary color
Monochromatic Colors of #662E2D
Black with #662E2D
Text Example
Text Example
White with #662E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E2D; }
p { color: rgb(102,46,45); }
H1.HeaderClassName
{
color: #662E2D;
}
.AnyTagClassName
{
color: #662E2D;
}
</style>
background-color css
<style>
a { background-color: #662E2D; }
a { background-color: rgb(102,46,45); }
div.DivClassName
{
background-color: #662E2D;
}
.BgClassName
{
background-color: #662E2D;
}
</style>
border-color css
<style>
span { border-color: #662E2D; }
span { border-color: rgb(102,46,45); }
td.TdClassName
{
border-color: #662E2D;
}
.TagClassName
{
border-color: #662E2D;
}
</style>