Shades of Peru Tan #6F2E10
Tints of Peru Tan #6F2E10
RGB
CMYK
RGB Variations
Color information
#6F2E10 (or 0x6F2E10) is known color: Peru Tan. HEX triplet: 6F, 2E and 10. RGB value is (111,46,16). Sum of RGB (Red+Green+Blue) = 111+46+16=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2E10 is #90D1EF. Grayscale: #3E3E3E. Windows color (decimal): -9490928 or 1060463. OLE color: 1060463.
HSL color Cylindrical-coordinate representation of color #6F2E10: hue angle of 18.95º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F2E10 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 46 | 16 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.56 |
| HSL | 18.95º | 0.75% | 0.25% | - |
| HSV(B) | 18.95º | 0.86% | 0.44% | - |
| XYZ | 7.63 | 5.37 | 1.12 | - |
| YUV | 62.02 | 102.03 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 16 | 0 | 0.59 | 0.86 | 0.56 | 18.95 | 0.75 | 0.25 |
| Hex | 6F | 2E | 10 | 0 | 3B | 56 | 38 | 13 | 4B | 19 |
| Octal | 157 | 56 | 20 | 0 | 73 | 126 | 70 | 23 | 113 | 31 |
| Binary | 1101111 | 101110 | 10000 | 0 | 111011 | 1010110 | 111000 | 10011 | 1001011 | 11001 |
Color Harmonies of #6F2E10
Complementary color
Monochromatic Colors of #6F2E10
Black with #6F2E10
Text Example
Text Example
White with #6F2E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2E10; }
p { color: rgb(111,46,16); }
H1.HeaderClassName
{
color: #6F2E10;
}
.AnyTagClassName
{
color: #6F2E10;
}
</style>
background-color css
<style>
a { background-color: #6F2E10; }
a { background-color: rgb(111,46,16); }
div.DivClassName
{
background-color: #6F2E10;
}
.BgClassName
{
background-color: #6F2E10;
}
</style>
border-color css
<style>
span { border-color: #6F2E10; }
span { border-color: rgb(111,46,16); }
td.TdClassName
{
border-color: #6F2E10;
}
.TagClassName
{
border-color: #6F2E10;
}
</style>