Shades of Peru Tan #6E381D
Tints of Peru Tan #6E381D
RGB
CMYK
RGB Variations
Color information
#6E381D (or 0x6E381D) is known color: Peru Tan. HEX triplet: 6E, 38 and 1D. RGB value is (110,56,29). Sum of RGB (Red+Green+Blue) = 110+56+29=195 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.41% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 110 - color contains mainly: red. Hex color #6E381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E381D is #91C7E2. Grayscale: #454545. Windows color (decimal): -9553891 or 1914990. OLE color: 1914990.
HSL color Cylindrical-coordinate representation of color #6E381D: hue angle of 20º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E381D is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 56 | 29 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.57 |
| HSL | 20º | 0.58% | 0.27% | - |
| HSV(B) | 20º | 0.74% | 0.43% | - |
| XYZ | 8.07 | 6.23 | 1.94 | - |
| YUV | 69.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 29 | 0 | 0.49 | 0.74 | 0.57 | 20 | 0.58 | 0.27 |
| Hex | 6E | 38 | 1D | 0 | 31 | 4A | 39 | 14 | 3A | 1B |
| Octal | 156 | 70 | 35 | 0 | 61 | 112 | 71 | 24 | 72 | 33 |
| Binary | 1101110 | 111000 | 11101 | 0 | 110001 | 1001010 | 111001 | 10100 | 111010 | 11011 |
Color Harmonies of #6E381D
Complementary color
Monochromatic Colors of #6E381D
Black with #6E381D
Text Example
Text Example
White with #6E381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E381D; }
p { color: rgb(110,56,29); }
H1.HeaderClassName
{
color: #6E381D;
}
.AnyTagClassName
{
color: #6E381D;
}
</style>
background-color css
<style>
a { background-color: #6E381D; }
a { background-color: rgb(110,56,29); }
div.DivClassName
{
background-color: #6E381D;
}
.BgClassName
{
background-color: #6E381D;
}
</style>
border-color css
<style>
span { border-color: #6E381D; }
span { border-color: rgb(110,56,29); }
td.TdClassName
{
border-color: #6E381D;
}
.TagClassName
{
border-color: #6E381D;
}
</style>