Shades of Peru Tan #6F3412
Tints of Peru Tan #6F3412
RGB
CMYK
RGB Variations
Color information
#6F3412 (or 0x6F3412) is known color: Peru Tan. HEX triplet: 6F, 34 and 12. RGB value is (111,52,18). Sum of RGB (Red+Green+Blue) = 111+52+18=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3412 is #90CBED. Grayscale: #414141. Windows color (decimal): -9489390 or 1193071. OLE color: 1193071.
HSL color Cylindrical-coordinate representation of color #6F3412: hue angle of 21.94º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F3412 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 18 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.56 |
| HSL | 21.94º | 0.72% | 0.25% | - |
| HSV(B) | 21.94º | 0.84% | 0.44% | - |
| XYZ | 7.89 | 5.88 | 1.29 | - |
| YUV | 65.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 18 | 0 | 0.53 | 0.84 | 0.56 | 21.94 | 0.72 | 0.25 |
| Hex | 6F | 34 | 12 | 0 | 35 | 54 | 38 | 16 | 48 | 19 |
| Octal | 157 | 64 | 22 | 0 | 65 | 124 | 70 | 26 | 110 | 31 |
| Binary | 1101111 | 110100 | 10010 | 0 | 110101 | 1010100 | 111000 | 10110 | 1001000 | 11001 |
Color Harmonies of #6F3412
Complementary color
Monochromatic Colors of #6F3412
Black with #6F3412
Text Example
Text Example
White with #6F3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3412; }
p { color: rgb(111,52,18); }
H1.HeaderClassName
{
color: #6F3412;
}
.AnyTagClassName
{
color: #6F3412;
}
</style>
background-color css
<style>
a { background-color: #6F3412; }
a { background-color: rgb(111,52,18); }
div.DivClassName
{
background-color: #6F3412;
}
.BgClassName
{
background-color: #6F3412;
}
</style>
border-color css
<style>
span { border-color: #6F3412; }
span { border-color: rgb(111,52,18); }
td.TdClassName
{
border-color: #6F3412;
}
.TagClassName
{
border-color: #6F3412;
}
</style>