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