Shades of Peru Tan #6F3717
Tints of Peru Tan #6F3717
RGB
CMYK
RGB Variations
Color information
#6F3717 (or 0x6F3717) is known color: Peru Tan. HEX triplet: 6F, 37 and 17. RGB value is (111,55,23). Sum of RGB (Red+Green+Blue) = 111+55+23=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3717 is #90C8E8. Grayscale: #444444. Windows color (decimal): -9488617 or 1521519. OLE color: 1521519.
HSL color Cylindrical-coordinate representation of color #6F3717: hue angle of 21.82º 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 #6F3717 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 23 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.56 |
| HSL | 21.82º | 0.66% | 0.26% | - |
| HSV(B) | 21.82º | 0.79% | 0.44% | - |
| XYZ | 8.08 | 6.17 | 1.58 | - |
| YUV | 68.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 23 | 0 | 0.50 | 0.79 | 0.56 | 21.82 | 0.66 | 0.26 |
| Hex | 6F | 37 | 17 | 0 | 32 | 4F | 38 | 16 | 42 | 1A |
| Octal | 157 | 67 | 27 | 0 | 62 | 117 | 70 | 26 | 102 | 32 |
| Binary | 1101111 | 110111 | 10111 | 0 | 110010 | 1001111 | 111000 | 10110 | 1000010 | 11010 |
Color Harmonies of #6F3717
Complementary color
Monochromatic Colors of #6F3717
Black with #6F3717
Text Example
Text Example
White with #6F3717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3717; }
p { color: rgb(111,55,23); }
H1.HeaderClassName
{
color: #6F3717;
}
.AnyTagClassName
{
color: #6F3717;
}
</style>
background-color css
<style>
a { background-color: #6F3717; }
a { background-color: rgb(111,55,23); }
div.DivClassName
{
background-color: #6F3717;
}
.BgClassName
{
background-color: #6F3717;
}
</style>
border-color css
<style>
span { border-color: #6F3717; }
span { border-color: rgb(111,55,23); }
td.TdClassName
{
border-color: #6F3717;
}
.TagClassName
{
border-color: #6F3717;
}
</style>