Shades of Tamarillo #6E2C2E
Tints of Tamarillo #6E2C2E
RGB
CMYK
RGB Variations
Color information
#6E2C2E (or 0x6E2C2E) is known color: Tamarillo. HEX triplet: 6E, 2C and 2E. RGB value is (110,44,46). Sum of RGB (Red+Green+Blue) = 110+44+46=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2C2E is #91D3D1. Grayscale: #404040. Windows color (decimal): -9556946 or 3026030. OLE color: 3026030.
HSL color Cylindrical-coordinate representation of color #6E2C2E: hue angle of 358.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E2C2E is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 44 | 46 | - |
| CMYK | 0 | 0.6 | 0.58 | 0.57 |
| HSL | 358.18º | 0.43% | 0.3% | - |
| HSV(B) | 358.18º | 0.6% | 0.43% | - |
| XYZ | 7.82 | 5.31 | 3.2 | - |
| YUV | 63.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 44 | 46 | 0 | 0.6 | 0.58 | 0.57 | 358.18 | 0.43 | 0.3 |
| Hex | 6E | 2C | 2E | 0 | 3C | 3A | 39 | 166 | 2B | 1E |
| Octal | 156 | 54 | 56 | 0 | 74 | 72 | 71 | 546 | 53 | 36 |
| Binary | 1101110 | 101100 | 101110 | 0 | 111100 | 111010 | 111001 | 101100110 | 101011 | 11110 |
Color Harmonies of #6E2C2E
Complementary color
Monochromatic Colors of #6E2C2E
Black with #6E2C2E
Text Example
Text Example
White with #6E2C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2C2E; }
p { color: rgb(110,44,46); }
H1.HeaderClassName
{
color: #6E2C2E;
}
.AnyTagClassName
{
color: #6E2C2E;
}
</style>
background-color css
<style>
a { background-color: #6E2C2E; }
a { background-color: rgb(110,44,46); }
div.DivClassName
{
background-color: #6E2C2E;
}
.BgClassName
{
background-color: #6E2C2E;
}
</style>
border-color css
<style>
span { border-color: #6E2C2E; }
span { border-color: rgb(110,44,46); }
td.TdClassName
{
border-color: #6E2C2E;
}
.TagClassName
{
border-color: #6E2C2E;
}
</style>