Shades of Persian Plum #692F2E
Tints of Persian Plum #692F2E
RGB
CMYK
RGB Variations
Color information
#692F2E (or 0x692F2E) is known color: Persian Plum. HEX triplet: 69, 2F and 2E. RGB value is (105,47,46). Sum of RGB (Red+Green+Blue) = 105+47+46=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #692F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692F2E is #96D0D1. Grayscale: #404040. Windows color (decimal): -9883858 or 3026793. OLE color: 3026793.
HSL color Cylindrical-coordinate representation of color #692F2E: hue angle of 1.02º 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 #692F2E is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 47 | 46 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.59 |
| HSL | 1.02º | 0.39% | 0.3% | - |
| HSV(B) | 1.02º | 0.56% | 0.41% | - |
| XYZ | 7.34 | 5.23 | 3.21 | - |
| YUV | 64.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 46 | 0 | 0.55 | 0.56 | 0.59 | 1.02 | 0.39 | 0.3 |
| Hex | 69 | 2F | 2E | 0 | 37 | 38 | 3B | 1 | 27 | 1E |
| Octal | 151 | 57 | 56 | 0 | 67 | 70 | 73 | 1 | 47 | 36 |
| Binary | 1101001 | 101111 | 101110 | 0 | 110111 | 111000 | 111011 | 1 | 100111 | 11110 |
Color Harmonies of #692F2E
Complementary color
Monochromatic Colors of #692F2E
Black with #692F2E
Text Example
Text Example
White with #692F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692F2E; }
p { color: rgb(105,47,46); }
H1.HeaderClassName
{
color: #692F2E;
}
.AnyTagClassName
{
color: #692F2E;
}
</style>
background-color css
<style>
a { background-color: #692F2E; }
a { background-color: rgb(105,47,46); }
div.DivClassName
{
background-color: #692F2E;
}
.BgClassName
{
background-color: #692F2E;
}
</style>
border-color css
<style>
span { border-color: #692F2E; }
span { border-color: rgb(105,47,46); }
td.TdClassName
{
border-color: #692F2E;
}
.TagClassName
{
border-color: #692F2E;
}
</style>