Shades of Peru Tan #6F3517
Tints of Peru Tan #6F3517
RGB
CMYK
RGB Variations
Color information
#6F3517 (or 0x6F3517) is known color: Peru Tan. HEX triplet: 6F, 35 and 17. RGB value is (111,53,23). Sum of RGB (Red+Green+Blue) = 111+53+23=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3517 is #90CAE8. Grayscale: #434343. Windows color (decimal): -9489129 or 1521007. OLE color: 1521007.
HSL color Cylindrical-coordinate representation of color #6F3517: hue angle of 20.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F3517 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 23 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.56 |
| HSL | 20.45º | 0.66% | 0.26% | - |
| HSV(B) | 20.45º | 0.79% | 0.44% | - |
| XYZ | 7.98 | 5.99 | 1.55 | - |
| YUV | 66.92 | 103.22 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 23 | 0 | 0.52 | 0.79 | 0.56 | 20.45 | 0.66 | 0.26 |
| Hex | 6F | 35 | 17 | 0 | 34 | 4F | 38 | 14 | 42 | 1A |
| Octal | 157 | 65 | 27 | 0 | 64 | 117 | 70 | 24 | 102 | 32 |
| Binary | 1101111 | 110101 | 10111 | 0 | 110100 | 1001111 | 111000 | 10100 | 1000010 | 11010 |
Color Harmonies of #6F3517
Complementary color
Monochromatic Colors of #6F3517
Black with #6F3517
Text Example
Text Example
White with #6F3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3517; }
p { color: rgb(111,53,23); }
H1.HeaderClassName
{
color: #6F3517;
}
.AnyTagClassName
{
color: #6F3517;
}
</style>
background-color css
<style>
a { background-color: #6F3517; }
a { background-color: rgb(111,53,23); }
div.DivClassName
{
background-color: #6F3517;
}
.BgClassName
{
background-color: #6F3517;
}
</style>
border-color css
<style>
span { border-color: #6F3517; }
span { border-color: rgb(111,53,23); }
td.TdClassName
{
border-color: #6F3517;
}
.TagClassName
{
border-color: #6F3517;
}
</style>