Shades of Tamarillo #6F2D30
Tints of Tamarillo #6F2D30
RGB
CMYK
RGB Variations
Color information
#6F2D30 (or 0x6F2D30) is known color: Tamarillo. HEX triplet: 6F, 2D and 30. RGB value is (111,45,48). Sum of RGB (Red+Green+Blue) = 111+45+48=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2D30 is #90D2CF. Grayscale: #414141. Windows color (decimal): -9491152 or 3157359. OLE color: 3157359.
HSL color Cylindrical-coordinate representation of color #6F2D30: hue angle of 357.27º degrees, saturation: 0.42, 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 #6F2D30 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 45 | 48 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.56 |
| HSL | 357.27º | 0.42% | 0.31% | - |
| HSV(B) | 357.27º | 0.59% | 0.44% | - |
| XYZ | 8.03 | 5.47 | 3.43 | - |
| YUV | 65.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 48 | 0 | 0.59 | 0.57 | 0.56 | 357.27 | 0.42 | 0.31 |
| Hex | 6F | 2D | 30 | 0 | 3B | 39 | 38 | 165 | 2A | 1F |
| Octal | 157 | 55 | 60 | 0 | 73 | 71 | 70 | 545 | 52 | 37 |
| Binary | 1101111 | 101101 | 110000 | 0 | 111011 | 111001 | 111000 | 101100101 | 101010 | 11111 |
Color Harmonies of #6F2D30
Complementary color
Monochromatic Colors of #6F2D30
Black with #6F2D30
Text Example
Text Example
White with #6F2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D30; }
p { color: rgb(111,45,48); }
H1.HeaderClassName
{
color: #6F2D30;
}
.AnyTagClassName
{
color: #6F2D30;
}
</style>
background-color css
<style>
a { background-color: #6F2D30; }
a { background-color: rgb(111,45,48); }
div.DivClassName
{
background-color: #6F2D30;
}
.BgClassName
{
background-color: #6F2D30;
}
</style>
border-color css
<style>
span { border-color: #6F2D30; }
span { border-color: rgb(111,45,48); }
td.TdClassName
{
border-color: #6F2D30;
}
.TagClassName
{
border-color: #6F2D30;
}
</style>