Shades of Tamarillo #6E2F31
Tints of Tamarillo #6E2F31
RGB
CMYK
RGB Variations
Color information
#6E2F31 (or 0x6E2F31) is known color: Tamarillo. HEX triplet: 6E, 2F and 31. RGB value is (110,47,49). Sum of RGB (Red+Green+Blue) = 110+47+49=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2F31 is #91D0CE. Grayscale: #424242. Windows color (decimal): -9556175 or 3223406. OLE color: 3223406.
HSL color Cylindrical-coordinate representation of color #6E2F31: hue angle of 358.1º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E2F31 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 47 | 49 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.57 |
| HSL | 358.1º | 0.4% | 0.31% | - |
| HSV(B) | 358.1º | 0.57% | 0.43% | - |
| XYZ | 8 | 5.57 | 3.56 | - |
| YUV | 66.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 49 | 0 | 0.57 | 0.55 | 0.57 | 358.1 | 0.4 | 0.31 |
| Hex | 6E | 2F | 31 | 0 | 39 | 37 | 39 | 166 | 28 | 1F |
| Octal | 156 | 57 | 61 | 0 | 71 | 67 | 71 | 546 | 50 | 37 |
| Binary | 1101110 | 101111 | 110001 | 0 | 111001 | 110111 | 111001 | 101100110 | 101000 | 11111 |
Color Harmonies of #6E2F31
Complementary color
Monochromatic Colors of #6E2F31
Black with #6E2F31
Text Example
Text Example
White with #6E2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2F31; }
p { color: rgb(110,47,49); }
H1.HeaderClassName
{
color: #6E2F31;
}
.AnyTagClassName
{
color: #6E2F31;
}
</style>
background-color css
<style>
a { background-color: #6E2F31; }
a { background-color: rgb(110,47,49); }
div.DivClassName
{
background-color: #6E2F31;
}
.BgClassName
{
background-color: #6E2F31;
}
</style>
border-color css
<style>
span { border-color: #6E2F31; }
span { border-color: rgb(110,47,49); }
td.TdClassName
{
border-color: #6E2F31;
}
.TagClassName
{
border-color: #6E2F31;
}
</style>