Shades of Peru Tan #6E351A
Tints of Peru Tan #6E351A
RGB
CMYK
RGB Variations
Color information
#6E351A (or 0x6E351A) is known color: Peru Tan. HEX triplet: 6E, 35 and 1A. RGB value is (110,53,26). Sum of RGB (Red+Green+Blue) = 110+53+26=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E351A is #91CAE5. Grayscale: #434343. Windows color (decimal): -9554662 or 1717614. OLE color: 1717614.
HSL color Cylindrical-coordinate representation of color #6E351A: hue angle of 19.29º 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 #6E351A is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 53 | 26 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.57 |
| HSL | 19.29º | 0.62% | 0.27% | - |
| HSV(B) | 19.29º | 0.76% | 0.43% | - |
| XYZ | 7.89 | 5.94 | 1.71 | - |
| YUV | 66.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 26 | 0 | 0.52 | 0.76 | 0.57 | 19.29 | 0.62 | 0.27 |
| Hex | 6E | 35 | 1A | 0 | 34 | 4C | 39 | 13 | 3E | 1B |
| Octal | 156 | 65 | 32 | 0 | 64 | 114 | 71 | 23 | 76 | 33 |
| Binary | 1101110 | 110101 | 11010 | 0 | 110100 | 1001100 | 111001 | 10011 | 111110 | 11011 |
Color Harmonies of #6E351A
Complementary color
Monochromatic Colors of #6E351A
Black with #6E351A
Text Example
Text Example
White with #6E351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E351A; }
p { color: rgb(110,53,26); }
H1.HeaderClassName
{
color: #6E351A;
}
.AnyTagClassName
{
color: #6E351A;
}
</style>
background-color css
<style>
a { background-color: #6E351A; }
a { background-color: rgb(110,53,26); }
div.DivClassName
{
background-color: #6E351A;
}
.BgClassName
{
background-color: #6E351A;
}
</style>
border-color css
<style>
span { border-color: #6E351A; }
span { border-color: rgb(110,53,26); }
td.TdClassName
{
border-color: #6E351A;
}
.TagClassName
{
border-color: #6E351A;
}
</style>