Shades of Peru Tan #6F3E15
Tints of Peru Tan #6F3E15
RGB
CMYK
RGB Variations
Color information
#6F3E15 (or 0x6F3E15) is known color: Peru Tan. HEX triplet: 6F, 3E and 15. RGB value is (111,62,21). Sum of RGB (Red+Green+Blue) = 111+62+21=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3E15 is #90C1EA. Grayscale: #484848. Windows color (decimal): -9486827 or 1392239. OLE color: 1392239.
HSL color Cylindrical-coordinate representation of color #6F3E15: hue angle of 27.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F3E15 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 21 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.56 |
| HSL | 27.33º | 0.68% | 0.26% | - |
| HSV(B) | 27.33º | 0.81% | 0.44% | - |
| XYZ | 8.41 | 6.88 | 1.59 | - |
| YUV | 71.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 21 | 0 | 0.44 | 0.81 | 0.56 | 27.33 | 0.68 | 0.26 |
| Hex | 6F | 3E | 15 | 0 | 2C | 51 | 38 | 1B | 44 | 1A |
| Octal | 157 | 76 | 25 | 0 | 54 | 121 | 70 | 33 | 104 | 32 |
| Binary | 1101111 | 111110 | 10101 | 0 | 101100 | 1010001 | 111000 | 11011 | 1000100 | 11010 |
Color Harmonies of #6F3E15
Complementary color
Monochromatic Colors of #6F3E15
Black with #6F3E15
Text Example
Text Example
White with #6F3E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E15; }
p { color: rgb(111,62,21); }
H1.HeaderClassName
{
color: #6F3E15;
}
.AnyTagClassName
{
color: #6F3E15;
}
</style>
background-color css
<style>
a { background-color: #6F3E15; }
a { background-color: rgb(111,62,21); }
div.DivClassName
{
background-color: #6F3E15;
}
.BgClassName
{
background-color: #6F3E15;
}
</style>
border-color css
<style>
span { border-color: #6F3E15; }
span { border-color: rgb(111,62,21); }
td.TdClassName
{
border-color: #6F3E15;
}
.TagClassName
{
border-color: #6F3E15;
}
</style>