Shades of Peru Tan #6F2F11
Tints of Peru Tan #6F2F11
RGB
CMYK
RGB Variations
Color information
#6F2F11 (or 0x6F2F11) is known color: Peru Tan. HEX triplet: 6F, 2F and 11. RGB value is (111,47,17). Sum of RGB (Red+Green+Blue) = 111+47+17=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2F11 is #90D0EE. Grayscale: #3E3E3E. Windows color (decimal): -9490671 or 1126255. OLE color: 1126255.
HSL color Cylindrical-coordinate representation of color #6F2F11: hue angle of 19.15º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F2F11 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 47 | 17 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.56 |
| HSL | 19.15º | 0.73% | 0.25% | - |
| HSV(B) | 19.15º | 0.85% | 0.44% | - |
| XYZ | 7.67 | 5.45 | 1.18 | - |
| YUV | 62.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 17 | 0 | 0.58 | 0.85 | 0.56 | 19.15 | 0.73 | 0.25 |
| Hex | 6F | 2F | 11 | 0 | 3A | 55 | 38 | 13 | 49 | 19 |
| Octal | 157 | 57 | 21 | 0 | 72 | 125 | 70 | 23 | 111 | 31 |
| Binary | 1101111 | 101111 | 10001 | 0 | 111010 | 1010101 | 111000 | 10011 | 1001001 | 11001 |
Color Harmonies of #6F2F11
Complementary color
Monochromatic Colors of #6F2F11
Black with #6F2F11
Text Example
Text Example
White with #6F2F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2F11; }
p { color: rgb(111,47,17); }
H1.HeaderClassName
{
color: #6F2F11;
}
.AnyTagClassName
{
color: #6F2F11;
}
</style>
background-color css
<style>
a { background-color: #6F2F11; }
a { background-color: rgb(111,47,17); }
div.DivClassName
{
background-color: #6F2F11;
}
.BgClassName
{
background-color: #6F2F11;
}
</style>
border-color css
<style>
span { border-color: #6F2F11; }
span { border-color: rgb(111,47,17); }
td.TdClassName
{
border-color: #6F2F11;
}
.TagClassName
{
border-color: #6F2F11;
}
</style>