Shades of Peru Tan #6E3E1A
Tints of Peru Tan #6E3E1A
RGB
CMYK
RGB Variations
Color information
#6E3E1A (or 0x6E3E1A) is known color: Peru Tan. HEX triplet: 6E, 3E and 1A. RGB value is (110,62,26). Sum of RGB (Red+Green+Blue) = 110+62+26=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3E1A is #91C1E5. Grayscale: #484848. Windows color (decimal): -9552358 or 1719918. OLE color: 1719918.
HSL color Cylindrical-coordinate representation of color #6E3E1A: hue angle of 25.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E3E1A is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 62 | 26 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.57 |
| HSL | 25.71º | 0.62% | 0.27% | - |
| HSV(B) | 25.71º | 0.76% | 0.43% | - |
| XYZ | 8.34 | 6.83 | 1.86 | - |
| YUV | 72.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 26 | 0 | 0.44 | 0.76 | 0.57 | 25.71 | 0.62 | 0.27 |
| Hex | 6E | 3E | 1A | 0 | 2C | 4C | 39 | 1A | 3E | 1B |
| Octal | 156 | 76 | 32 | 0 | 54 | 114 | 71 | 32 | 76 | 33 |
| Binary | 1101110 | 111110 | 11010 | 0 | 101100 | 1001100 | 111001 | 11010 | 111110 | 11011 |
Color Harmonies of #6E3E1A
Complementary color
Monochromatic Colors of #6E3E1A
Black with #6E3E1A
Text Example
Text Example
White with #6E3E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3E1A; }
p { color: rgb(110,62,26); }
H1.HeaderClassName
{
color: #6E3E1A;
}
.AnyTagClassName
{
color: #6E3E1A;
}
</style>
background-color css
<style>
a { background-color: #6E3E1A; }
a { background-color: rgb(110,62,26); }
div.DivClassName
{
background-color: #6E3E1A;
}
.BgClassName
{
background-color: #6E3E1A;
}
</style>
border-color css
<style>
span { border-color: #6E3E1A; }
span { border-color: rgb(110,62,26); }
td.TdClassName
{
border-color: #6E3E1A;
}
.TagClassName
{
border-color: #6E3E1A;
}
</style>