Shades of Peru Tan #6C3711
Tints of Peru Tan #6C3711
RGB
CMYK
RGB Variations
Color information
#6C3711 (or 0x6C3711) is known color: Peru Tan. HEX triplet: 6C, 37 and 11. RGB value is (108,55,17). Sum of RGB (Red+Green+Blue) = 108+55+17=180 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3711 is #93C8EE. Grayscale: #424242. Windows color (decimal): -9685231 or 1128300. OLE color: 1128300.
HSL color Cylindrical-coordinate representation of color #6C3711: hue angle of 25.05º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C3711 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 55 | 17 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.58 |
| HSL | 25.05º | 0.73% | 0.25% | - |
| HSV(B) | 25.05º | 0.84% | 0.42% | - |
| XYZ | 7.65 | 5.96 | 1.28 | - |
| YUV | 66.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 55 | 17 | 0 | 0.49 | 0.84 | 0.58 | 25.05 | 0.73 | 0.25 |
| Hex | 6C | 37 | 11 | 0 | 31 | 54 | 3A | 19 | 49 | 19 |
| Octal | 154 | 67 | 21 | 0 | 61 | 124 | 72 | 31 | 111 | 31 |
| Binary | 1101100 | 110111 | 10001 | 0 | 110001 | 1010100 | 111010 | 11001 | 1001001 | 11001 |
Color Harmonies of #6C3711
Complementary color
Monochromatic Colors of #6C3711
Black with #6C3711
Text Example
Text Example
White with #6C3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3711; }
p { color: rgb(108,55,17); }
H1.HeaderClassName
{
color: #6C3711;
}
.AnyTagClassName
{
color: #6C3711;
}
</style>
background-color css
<style>
a { background-color: #6C3711; }
a { background-color: rgb(108,55,17); }
div.DivClassName
{
background-color: #6C3711;
}
.BgClassName
{
background-color: #6C3711;
}
</style>
border-color css
<style>
span { border-color: #6C3711; }
span { border-color: rgb(108,55,17); }
td.TdClassName
{
border-color: #6C3711;
}
.TagClassName
{
border-color: #6C3711;
}
</style>