Shades of Peru Tan #6D3711
Tints of Peru Tan #6D3711
RGB
CMYK
RGB Variations
Color information
#6D3711 (or 0x6D3711) is known color: Peru Tan. HEX triplet: 6D, 37 and 11. RGB value is (109,55,17). Sum of RGB (Red+Green+Blue) = 109+55+17=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3711 is #92C8EE. Grayscale: #434343. Windows color (decimal): -9619695 or 1128301. OLE color: 1128301.
HSL color Cylindrical-coordinate representation of color #6D3711: hue angle of 24.78º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D3711 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 17 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.57 |
| HSL | 24.78º | 0.73% | 0.25% | - |
| HSV(B) | 24.78º | 0.84% | 0.43% | - |
| XYZ | 7.77 | 6.02 | 1.28 | - |
| YUV | 66.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 17 | 0 | 0.50 | 0.84 | 0.57 | 24.78 | 0.73 | 0.25 |
| Hex | 6D | 37 | 11 | 0 | 32 | 54 | 39 | 19 | 49 | 19 |
| Octal | 155 | 67 | 21 | 0 | 62 | 124 | 71 | 31 | 111 | 31 |
| Binary | 1101101 | 110111 | 10001 | 0 | 110010 | 1010100 | 111001 | 11001 | 1001001 | 11001 |
Color Harmonies of #6D3711
Complementary color
Monochromatic Colors of #6D3711
Black with #6D3711
Text Example
Text Example
White with #6D3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3711; }
p { color: rgb(109,55,17); }
H1.HeaderClassName
{
color: #6D3711;
}
.AnyTagClassName
{
color: #6D3711;
}
</style>
background-color css
<style>
a { background-color: #6D3711; }
a { background-color: rgb(109,55,17); }
div.DivClassName
{
background-color: #6D3711;
}
.BgClassName
{
background-color: #6D3711;
}
</style>
border-color css
<style>
span { border-color: #6D3711; }
span { border-color: rgb(109,55,17); }
td.TdClassName
{
border-color: #6D3711;
}
.TagClassName
{
border-color: #6D3711;
}
</style>