Shades of Peru Tan #6F3C16
Tints of Peru Tan #6F3C16
RGB
CMYK
RGB Variations
Color information
#6F3C16 (or 0x6F3C16) is known color: Peru Tan. HEX triplet: 6F, 3C and 16. RGB value is (111,60,22). Sum of RGB (Red+Green+Blue) = 111+60+22=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3C16 is #90C3E9. Grayscale: #474747. Windows color (decimal): -9487338 or 1457263. OLE color: 1457263.
HSL color Cylindrical-coordinate representation of color #6F3C16: hue angle of 25.62º 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 #6F3C16 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 22 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.56 |
| HSL | 25.62º | 0.67% | 0.26% | - |
| HSV(B) | 25.62º | 0.8% | 0.44% | - |
| XYZ | 8.32 | 6.67 | 1.61 | - |
| YUV | 70.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 22 | 0 | 0.46 | 0.80 | 0.56 | 25.62 | 0.67 | 0.26 |
| Hex | 6F | 3C | 16 | 0 | 2E | 50 | 38 | 1A | 43 | 1A |
| Octal | 157 | 74 | 26 | 0 | 56 | 120 | 70 | 32 | 103 | 32 |
| Binary | 1101111 | 111100 | 10110 | 0 | 101110 | 1010000 | 111000 | 11010 | 1000011 | 11010 |
Color Harmonies of #6F3C16
Complementary color
Monochromatic Colors of #6F3C16
Black with #6F3C16
Text Example
Text Example
White with #6F3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C16; }
p { color: rgb(111,60,22); }
H1.HeaderClassName
{
color: #6F3C16;
}
.AnyTagClassName
{
color: #6F3C16;
}
</style>
background-color css
<style>
a { background-color: #6F3C16; }
a { background-color: rgb(111,60,22); }
div.DivClassName
{
background-color: #6F3C16;
}
.BgClassName
{
background-color: #6F3C16;
}
</style>
border-color css
<style>
span { border-color: #6F3C16; }
span { border-color: rgb(111,60,22); }
td.TdClassName
{
border-color: #6F3C16;
}
.TagClassName
{
border-color: #6F3C16;
}
</style>