Shades of Persian Plum #6B3533
Tints of Persian Plum #6B3533
RGB
CMYK
RGB Variations
Color information
#6B3533 (or 0x6B3533) is known color: Persian Plum. HEX triplet: 6B, 35 and 33. RGB value is (107,53,51). Sum of RGB (Red+Green+Blue) = 107+53+51=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3533 is #94CACC. Grayscale: #444444. Windows color (decimal): -9751245 or 3356011. OLE color: 3356011.
HSL color Cylindrical-coordinate representation of color #6B3533: hue angle of 2.14º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B3533 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 51 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.58 |
| HSL | 2.14º | 0.35% | 0.31% | - |
| HSV(B) | 2.14º | 0.52% | 0.42% | - |
| XYZ | 7.93 | 5.91 | 3.85 | - |
| YUV | 68.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 51 | 0 | 0.50 | 0.52 | 0.58 | 2.14 | 0.35 | 0.31 |
| Hex | 6B | 35 | 33 | 0 | 32 | 34 | 3A | 2 | 23 | 1F |
| Octal | 153 | 65 | 63 | 0 | 62 | 64 | 72 | 2 | 43 | 37 |
| Binary | 1101011 | 110101 | 110011 | 0 | 110010 | 110100 | 111010 | 10 | 100011 | 11111 |
Color Harmonies of #6B3533
Complementary color
Monochromatic Colors of #6B3533
Black with #6B3533
Text Example
Text Example
White with #6B3533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3533; }
p { color: rgb(107,53,51); }
H1.HeaderClassName
{
color: #6B3533;
}
.AnyTagClassName
{
color: #6B3533;
}
</style>
background-color css
<style>
a { background-color: #6B3533; }
a { background-color: rgb(107,53,51); }
div.DivClassName
{
background-color: #6B3533;
}
.BgClassName
{
background-color: #6B3533;
}
</style>
border-color css
<style>
span { border-color: #6B3533; }
span { border-color: rgb(107,53,51); }
td.TdClassName
{
border-color: #6B3533;
}
.TagClassName
{
border-color: #6B3533;
}
</style>