Shades of Tamarillo #6E2C2F
Tints of Tamarillo #6E2C2F
RGB
CMYK
RGB Variations
Color information
#6E2C2F (or 0x6E2C2F) is known color: Tamarillo. HEX triplet: 6E, 2C and 2F. RGB value is (110,44,47). Sum of RGB (Red+Green+Blue) = 110+44+47=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2C2F is #91D3D0. Grayscale: #404040. Windows color (decimal): -9556945 or 3091566. OLE color: 3091566.
HSL color Cylindrical-coordinate representation of color #6E2C2F: hue angle of 357.27º 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 #6E2C2F is Cyan = 0, Magento = 0.6, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 44 | 47 | - |
| CMYK | 0 | 0.6 | 0.57 | 0.57 |
| HSL | 357.27º | 0.43% | 0.3% | - |
| HSV(B) | 357.27º | 0.6% | 0.43% | - |
| XYZ | 7.84 | 5.32 | 3.3 | - |
| YUV | 64.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 44 | 47 | 0 | 0.6 | 0.57 | 0.57 | 357.27 | 0.43 | 0.3 |
| Hex | 6E | 2C | 2F | 0 | 3C | 39 | 39 | 165 | 2B | 1E |
| Octal | 156 | 54 | 57 | 0 | 74 | 71 | 71 | 545 | 53 | 36 |
| Binary | 1101110 | 101100 | 101111 | 0 | 111100 | 111001 | 111001 | 101100101 | 101011 | 11110 |
Color Harmonies of #6E2C2F
Complementary color
Monochromatic Colors of #6E2C2F
Black with #6E2C2F
Text Example
Text Example
White with #6E2C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2C2F; }
p { color: rgb(110,44,47); }
H1.HeaderClassName
{
color: #6E2C2F;
}
.AnyTagClassName
{
color: #6E2C2F;
}
</style>
background-color css
<style>
a { background-color: #6E2C2F; }
a { background-color: rgb(110,44,47); }
div.DivClassName
{
background-color: #6E2C2F;
}
.BgClassName
{
background-color: #6E2C2F;
}
</style>
border-color css
<style>
span { border-color: #6E2C2F; }
span { border-color: rgb(110,44,47); }
td.TdClassName
{
border-color: #6E2C2F;
}
.TagClassName
{
border-color: #6E2C2F;
}
</style>