Shades of Peru Tan #6F3216
Tints of Peru Tan #6F3216
RGB
CMYK
RGB Variations
Color information
#6F3216 (or 0x6F3216) is known color: Peru Tan. HEX triplet: 6F, 32 and 16. RGB value is (111,50,22). Sum of RGB (Red+Green+Blue) = 111+50+22=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3216 is #90CDE9. Grayscale: #414141. Windows color (decimal): -9489898 or 1454703. OLE color: 1454703.
HSL color Cylindrical-coordinate representation of color #6F3216: hue angle of 18.88º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F3216 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 22 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.56 |
| HSL | 18.88º | 0.67% | 0.26% | - |
| HSV(B) | 18.88º | 0.8% | 0.44% | - |
| XYZ | 7.84 | 5.72 | 1.45 | - |
| YUV | 65.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 22 | 0 | 0.55 | 0.80 | 0.56 | 18.88 | 0.67 | 0.26 |
| Hex | 6F | 32 | 16 | 0 | 37 | 50 | 38 | 13 | 43 | 1A |
| Octal | 157 | 62 | 26 | 0 | 67 | 120 | 70 | 23 | 103 | 32 |
| Binary | 1101111 | 110010 | 10110 | 0 | 110111 | 1010000 | 111000 | 10011 | 1000011 | 11010 |
Color Harmonies of #6F3216
Complementary color
Monochromatic Colors of #6F3216
Black with #6F3216
Text Example
Text Example
White with #6F3216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3216; }
p { color: rgb(111,50,22); }
H1.HeaderClassName
{
color: #6F3216;
}
.AnyTagClassName
{
color: #6F3216;
}
</style>
background-color css
<style>
a { background-color: #6F3216; }
a { background-color: rgb(111,50,22); }
div.DivClassName
{
background-color: #6F3216;
}
.BgClassName
{
background-color: #6F3216;
}
</style>
border-color css
<style>
span { border-color: #6F3216; }
span { border-color: rgb(111,50,22); }
td.TdClassName
{
border-color: #6F3216;
}
.TagClassName
{
border-color: #6F3216;
}
</style>