Shades of Tamarillo #6F2E31
Tints of Tamarillo #6F2E31
RGB
CMYK
RGB Variations
Color information
#6F2E31 (or 0x6F2E31) is known color: Tamarillo. HEX triplet: 6F, 2E and 31. RGB value is (111,46,49). Sum of RGB (Red+Green+Blue) = 111+46+49=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2E31 is #90D1CE. Grayscale: #414141. Windows color (decimal): -9490895 or 3223151. OLE color: 3223151.
HSL color Cylindrical-coordinate representation of color #6F2E31: hue angle of 357.23º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2E31 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 46 | 49 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.56 |
| HSL | 357.23º | 0.41% | 0.31% | - |
| HSV(B) | 357.23º | 0.59% | 0.44% | - |
| XYZ | 8.09 | 5.56 | 3.55 | - |
| YUV | 65.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 49 | 0 | 0.59 | 0.56 | 0.56 | 357.23 | 0.41 | 0.31 |
| Hex | 6F | 2E | 31 | 0 | 3B | 38 | 38 | 165 | 29 | 1F |
| Octal | 157 | 56 | 61 | 0 | 73 | 70 | 70 | 545 | 51 | 37 |
| Binary | 1101111 | 101110 | 110001 | 0 | 111011 | 111000 | 111000 | 101100101 | 101001 | 11111 |
Color Harmonies of #6F2E31
Complementary color
Monochromatic Colors of #6F2E31
Black with #6F2E31
Text Example
Text Example
White with #6F2E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2E31; }
p { color: rgb(111,46,49); }
H1.HeaderClassName
{
color: #6F2E31;
}
.AnyTagClassName
{
color: #6F2E31;
}
</style>
background-color css
<style>
a { background-color: #6F2E31; }
a { background-color: rgb(111,46,49); }
div.DivClassName
{
background-color: #6F2E31;
}
.BgClassName
{
background-color: #6F2E31;
}
</style>
border-color css
<style>
span { border-color: #6F2E31; }
span { border-color: rgb(111,46,49); }
td.TdClassName
{
border-color: #6F2E31;
}
.TagClassName
{
border-color: #6F2E31;
}
</style>