Shades of Peru Tan #6F3510
Tints of Peru Tan #6F3510
RGB
CMYK
RGB Variations
Color information
#6F3510 (or 0x6F3510) is known color: Peru Tan. HEX triplet: 6F, 35 and 10. RGB value is (111,53,16). Sum of RGB (Red+Green+Blue) = 111+53+16=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3510 is #90CAEF. Grayscale: #424242. Windows color (decimal): -9489136 or 1062255. OLE color: 1062255.
HSL color Cylindrical-coordinate representation of color #6F3510: hue angle of 23.37º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F3510 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 16 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.56 |
| HSL | 23.37º | 0.75% | 0.25% | - |
| HSV(B) | 23.37º | 0.86% | 0.44% | - |
| XYZ | 7.92 | 5.96 | 1.22 | - |
| YUV | 66.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 16 | 0 | 0.52 | 0.86 | 0.56 | 23.37 | 0.75 | 0.25 |
| Hex | 6F | 35 | 10 | 0 | 34 | 56 | 38 | 17 | 4B | 19 |
| Octal | 157 | 65 | 20 | 0 | 64 | 126 | 70 | 27 | 113 | 31 |
| Binary | 1101111 | 110101 | 10000 | 0 | 110100 | 1010110 | 111000 | 10111 | 1001011 | 11001 |
Color Harmonies of #6F3510
Complementary color
Monochromatic Colors of #6F3510
Black with #6F3510
Text Example
Text Example
White with #6F3510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3510; }
p { color: rgb(111,53,16); }
H1.HeaderClassName
{
color: #6F3510;
}
.AnyTagClassName
{
color: #6F3510;
}
</style>
background-color css
<style>
a { background-color: #6F3510; }
a { background-color: rgb(111,53,16); }
div.DivClassName
{
background-color: #6F3510;
}
.BgClassName
{
background-color: #6F3510;
}
</style>
border-color css
<style>
span { border-color: #6F3510; }
span { border-color: rgb(111,53,16); }
td.TdClassName
{
border-color: #6F3510;
}
.TagClassName
{
border-color: #6F3510;
}
</style>