Shades of Persian Plum #682F2E
Tints of Persian Plum #682F2E
RGB
CMYK
RGB Variations
Color information
#682F2E (or 0x682F2E) is known color: Persian Plum. HEX triplet: 68, 2F and 2E. RGB value is (104,47,46). Sum of RGB (Red+Green+Blue) = 104+47+46=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #682F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F2E is #97D0D1. Grayscale: #3F3F3F. Windows color (decimal): -9949394 or 3026792. OLE color: 3026792.
HSL color Cylindrical-coordinate representation of color #682F2E: hue angle of 1.03º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682F2E is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 46 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.59 |
| HSL | 1.03º | 0.39% | 0.29% | - |
| HSV(B) | 1.03º | 0.56% | 0.41% | - |
| XYZ | 7.22 | 5.17 | 3.2 | - |
| YUV | 63.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 46 | 0 | 0.55 | 0.56 | 0.59 | 1.03 | 0.39 | 0.29 |
| Hex | 68 | 2F | 2E | 0 | 37 | 38 | 3B | 1 | 27 | 1D |
| Octal | 150 | 57 | 56 | 0 | 67 | 70 | 73 | 1 | 47 | 35 |
| Binary | 1101000 | 101111 | 101110 | 0 | 110111 | 111000 | 111011 | 1 | 100111 | 11101 |
Color Harmonies of #682F2E
Complementary color
Monochromatic Colors of #682F2E
Black with #682F2E
Text Example
Text Example
White with #682F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F2E; }
p { color: rgb(104,47,46); }
H1.HeaderClassName
{
color: #682F2E;
}
.AnyTagClassName
{
color: #682F2E;
}
</style>
background-color css
<style>
a { background-color: #682F2E; }
a { background-color: rgb(104,47,46); }
div.DivClassName
{
background-color: #682F2E;
}
.BgClassName
{
background-color: #682F2E;
}
</style>
border-color css
<style>
span { border-color: #682F2E; }
span { border-color: rgb(104,47,46); }
td.TdClassName
{
border-color: #682F2E;
}
.TagClassName
{
border-color: #682F2E;
}
</style>