Shades of Persian Plum #6C3332
Tints of Persian Plum #6C3332
RGB
CMYK
RGB Variations
Color information
#6C3332 (or 0x6C3332) is known color: Persian Plum. HEX triplet: 6C, 33 and 32. RGB value is (108,51,50). Sum of RGB (Red+Green+Blue) = 108+51+50=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3332 is #93CCCD. Grayscale: #434343. Windows color (decimal): -9686222 or 3289964. OLE color: 3289964.
HSL color Cylindrical-coordinate representation of color #6C3332: hue angle of 1.03º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C3332 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 51 | 50 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.58 |
| HSL | 1.03º | 0.37% | 0.31% | - |
| HSV(B) | 1.03º | 0.54% | 0.42% | - |
| XYZ | 7.94 | 5.79 | 3.72 | - |
| YUV | 67.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 50 | 0 | 0.53 | 0.54 | 0.58 | 1.03 | 0.37 | 0.31 |
| Hex | 6C | 33 | 32 | 0 | 35 | 36 | 3A | 1 | 25 | 1F |
| Octal | 154 | 63 | 62 | 0 | 65 | 66 | 72 | 1 | 45 | 37 |
| Binary | 1101100 | 110011 | 110010 | 0 | 110101 | 110110 | 111010 | 1 | 100101 | 11111 |
Color Harmonies of #6C3332
Complementary color
Monochromatic Colors of #6C3332
Black with #6C3332
Text Example
Text Example
White with #6C3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3332; }
p { color: rgb(108,51,50); }
H1.HeaderClassName
{
color: #6C3332;
}
.AnyTagClassName
{
color: #6C3332;
}
</style>
background-color css
<style>
a { background-color: #6C3332; }
a { background-color: rgb(108,51,50); }
div.DivClassName
{
background-color: #6C3332;
}
.BgClassName
{
background-color: #6C3332;
}
</style>
border-color css
<style>
span { border-color: #6C3332; }
span { border-color: rgb(108,51,50); }
td.TdClassName
{
border-color: #6C3332;
}
.TagClassName
{
border-color: #6C3332;
}
</style>