Shades of Peru Tan #6F401E
Tints of Peru Tan #6F401E
RGB
CMYK
RGB Variations
Color information
#6F401E (or 0x6F401E) is known color: Peru Tan. HEX triplet: 6F, 40 and 1E. RGB value is (111,64,30). Sum of RGB (Red+Green+Blue) = 111+64+30=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F401E is #90BFE1. Grayscale: #4A4A4A. Windows color (decimal): -9486306 or 1982575. OLE color: 1982575.
HSL color Cylindrical-coordinate representation of color #6F401E: hue angle of 25.19º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F401E is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 30 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.56 |
| HSL | 25.19º | 0.57% | 0.28% | - |
| HSV(B) | 25.19º | 0.73% | 0.44% | - |
| XYZ | 8.62 | 7.14 | 2.15 | - |
| YUV | 74.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 30 | 0 | 0.42 | 0.73 | 0.56 | 25.19 | 0.57 | 0.28 |
| Hex | 6F | 40 | 1E | 0 | 2A | 49 | 38 | 19 | 39 | 1C |
| Octal | 157 | 100 | 36 | 0 | 52 | 111 | 70 | 31 | 71 | 34 |
| Binary | 1101111 | 1000000 | 11110 | 0 | 101010 | 1001001 | 111000 | 11001 | 111001 | 11100 |
Color Harmonies of #6F401E
Complementary color
Monochromatic Colors of #6F401E
Black with #6F401E
Text Example
Text Example
White with #6F401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F401E; }
p { color: rgb(111,64,30); }
H1.HeaderClassName
{
color: #6F401E;
}
.AnyTagClassName
{
color: #6F401E;
}
</style>
background-color css
<style>
a { background-color: #6F401E; }
a { background-color: rgb(111,64,30); }
div.DivClassName
{
background-color: #6F401E;
}
.BgClassName
{
background-color: #6F401E;
}
</style>
border-color css
<style>
span { border-color: #6F401E; }
span { border-color: rgb(111,64,30); }
td.TdClassName
{
border-color: #6F401E;
}
.TagClassName
{
border-color: #6F401E;
}
</style>