Shades of Tamarillo #6E2D2F
Tints of Tamarillo #6E2D2F
RGB
CMYK
RGB Variations
Color information
#6E2D2F (or 0x6E2D2F) is known color: Tamarillo. HEX triplet: 6E, 2D and 2F. RGB value is (110,45,47). Sum of RGB (Red+Green+Blue) = 110+45+47=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2D2F is #91D2D0. Grayscale: #404040. Windows color (decimal): -9556689 or 3091822. OLE color: 3091822.
HSL color Cylindrical-coordinate representation of color #6E2D2F: hue angle of 358.15º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E2D2F is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 45 | 47 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.57 |
| HSL | 358.15º | 0.42% | 0.3% | - |
| HSV(B) | 358.15º | 0.59% | 0.43% | - |
| XYZ | 7.88 | 5.4 | 3.32 | - |
| YUV | 64.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 47 | 0 | 0.59 | 0.57 | 0.57 | 358.15 | 0.42 | 0.3 |
| Hex | 6E | 2D | 2F | 0 | 3B | 39 | 39 | 166 | 2A | 1E |
| Octal | 156 | 55 | 57 | 0 | 73 | 71 | 71 | 546 | 52 | 36 |
| Binary | 1101110 | 101101 | 101111 | 0 | 111011 | 111001 | 111001 | 101100110 | 101010 | 11110 |
Color Harmonies of #6E2D2F
Complementary color
Monochromatic Colors of #6E2D2F
Black with #6E2D2F
Text Example
Text Example
White with #6E2D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2D2F; }
p { color: rgb(110,45,47); }
H1.HeaderClassName
{
color: #6E2D2F;
}
.AnyTagClassName
{
color: #6E2D2F;
}
</style>
background-color css
<style>
a { background-color: #6E2D2F; }
a { background-color: rgb(110,45,47); }
div.DivClassName
{
background-color: #6E2D2F;
}
.BgClassName
{
background-color: #6E2D2F;
}
</style>
border-color css
<style>
span { border-color: #6E2D2F; }
span { border-color: rgb(110,45,47); }
td.TdClassName
{
border-color: #6E2D2F;
}
.TagClassName
{
border-color: #6E2D2F;
}
</style>