Shades of Tamarillo #6F2A2D
Tints of Tamarillo #6F2A2D
RGB
CMYK
RGB Variations
Color information
#6F2A2D (or 0x6F2A2D) is known color: Tamarillo. HEX triplet: 6F, 2A and 2D. RGB value is (111,42,45). Sum of RGB (Red+Green+Blue) = 111+42+45=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2A2D is #90D5D2. Grayscale: #3F3F3F. Windows color (decimal): -9491923 or 2959983. OLE color: 2959983.
HSL color Cylindrical-coordinate representation of color #6F2A2D: hue angle of 357.39º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F2A2D is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 42 | 45 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.56 |
| HSL | 357.39º | 0.45% | 0.3% | - |
| HSV(B) | 357.39º | 0.62% | 0.44% | - |
| XYZ | 7.86 | 5.22 | 3.08 | - |
| YUV | 62.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 45 | 0 | 0.62 | 0.59 | 0.56 | 357.39 | 0.45 | 0.3 |
| Hex | 6F | 2A | 2D | 0 | 3E | 3B | 38 | 165 | 2D | 1E |
| Octal | 157 | 52 | 55 | 0 | 76 | 73 | 70 | 545 | 55 | 36 |
| Binary | 1101111 | 101010 | 101101 | 0 | 111110 | 111011 | 111000 | 101100101 | 101101 | 11110 |
Color Harmonies of #6F2A2D
Complementary color
Monochromatic Colors of #6F2A2D
Black with #6F2A2D
Text Example
Text Example
White with #6F2A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2A2D; }
p { color: rgb(111,42,45); }
H1.HeaderClassName
{
color: #6F2A2D;
}
.AnyTagClassName
{
color: #6F2A2D;
}
</style>
background-color css
<style>
a { background-color: #6F2A2D; }
a { background-color: rgb(111,42,45); }
div.DivClassName
{
background-color: #6F2A2D;
}
.BgClassName
{
background-color: #6F2A2D;
}
</style>
border-color css
<style>
span { border-color: #6F2A2D; }
span { border-color: rgb(111,42,45); }
td.TdClassName
{
border-color: #6F2A2D;
}
.TagClassName
{
border-color: #6F2A2D;
}
</style>