Shades of Tamarillo #6E2B2D
Tints of Tamarillo #6E2B2D
RGB
CMYK
RGB Variations
Color information
#6E2B2D (or 0x6E2B2D) is known color: Tamarillo. HEX triplet: 6E, 2B and 2D. RGB value is (110,43,45). Sum of RGB (Red+Green+Blue) = 110+43+45=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2B2D is #91D4D2. Grayscale: #3F3F3F. Windows color (decimal): -9557203 or 2960238. OLE color: 2960238.
HSL color Cylindrical-coordinate representation of color #6E2B2D: hue angle of 358.21º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E2B2D is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 43 | 45 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.57 |
| HSL | 358.21º | 0.44% | 0.3% | - |
| HSV(B) | 358.21º | 0.61% | 0.43% | - |
| XYZ | 7.77 | 5.23 | 3.08 | - |
| YUV | 63.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 45 | 0 | 0.61 | 0.59 | 0.57 | 358.21 | 0.44 | 0.3 |
| Hex | 6E | 2B | 2D | 0 | 3D | 3B | 39 | 166 | 2C | 1E |
| Octal | 156 | 53 | 55 | 0 | 75 | 73 | 71 | 546 | 54 | 36 |
| Binary | 1101110 | 101011 | 101101 | 0 | 111101 | 111011 | 111001 | 101100110 | 101100 | 11110 |
Color Harmonies of #6E2B2D
Complementary color
Monochromatic Colors of #6E2B2D
Black with #6E2B2D
Text Example
Text Example
White with #6E2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2B2D; }
p { color: rgb(110,43,45); }
H1.HeaderClassName
{
color: #6E2B2D;
}
.AnyTagClassName
{
color: #6E2B2D;
}
</style>
background-color css
<style>
a { background-color: #6E2B2D; }
a { background-color: rgb(110,43,45); }
div.DivClassName
{
background-color: #6E2B2D;
}
.BgClassName
{
background-color: #6E2B2D;
}
</style>
border-color css
<style>
span { border-color: #6E2B2D; }
span { border-color: rgb(110,43,45); }
td.TdClassName
{
border-color: #6E2B2D;
}
.TagClassName
{
border-color: #6E2B2D;
}
</style>