Shades of Persian Plum #692E2E
Tints of Persian Plum #692E2E
RGB
CMYK
RGB Variations
Color information
#692E2E (or 0x692E2E) is known color: Persian Plum. HEX triplet: 69, 2E and 2E. RGB value is (105,46,46). Sum of RGB (Red+Green+Blue) = 105+46+46=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #692E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692E2E is #96D1D1. Grayscale: #3F3F3F. Windows color (decimal): -9884114 or 3026537. OLE color: 3026537.
HSL color Cylindrical-coordinate representation of color #692E2E: hue angle of 0º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #692E2E is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 46 | 46 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.59 |
| HSL | 0º | 0.39% | 0.3% | - |
| HSV(B) | 0º | 0.56% | 0.41% | - |
| XYZ | 7.3 | 5.15 | 3.2 | - |
| YUV | 63.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 46 | 0 | 0.56 | 0.56 | 0.59 | 0 | 0.39 | 0.3 |
| Hex | 69 | 2E | 2E | 0 | 38 | 38 | 3B | 0 | 27 | 1E |
| Octal | 151 | 56 | 56 | 0 | 70 | 70 | 73 | 0 | 47 | 36 |
| Binary | 1101001 | 101110 | 101110 | 0 | 111000 | 111000 | 111011 | 0 | 100111 | 11110 |
Color Harmonies of #692E2E
Complementary color
Monochromatic Colors of #692E2E
Black with #692E2E
Text Example
Text Example
White with #692E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E2E; }
p { color: rgb(105,46,46); }
H1.HeaderClassName
{
color: #692E2E;
}
.AnyTagClassName
{
color: #692E2E;
}
</style>
background-color css
<style>
a { background-color: #692E2E; }
a { background-color: rgb(105,46,46); }
div.DivClassName
{
background-color: #692E2E;
}
.BgClassName
{
background-color: #692E2E;
}
</style>
border-color css
<style>
span { border-color: #692E2E; }
span { border-color: rgb(105,46,46); }
td.TdClassName
{
border-color: #692E2E;
}
.TagClassName
{
border-color: #692E2E;
}
</style>