Shades of Peru Tan #6E3314
Tints of Peru Tan #6E3314
RGB
CMYK
RGB Variations
Color information
#6E3314 (or 0x6E3314) is known color: Peru Tan. HEX triplet: 6E, 33 and 14. RGB value is (110,51,20). Sum of RGB (Red+Green+Blue) = 110+51+20=181 (23% of max value = 765). Red value is 110 (43.36% from 255 or 60.77% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3314 is #91CCEB. Grayscale: #414141. Windows color (decimal): -9555180 or 1323886. OLE color: 1323886.
HSL color Cylindrical-coordinate representation of color #6E3314: hue angle of 20.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E3314 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 20 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.57 |
| HSL | 20.67º | 0.69% | 0.25% | - |
| HSV(B) | 20.67º | 0.82% | 0.43% | - |
| XYZ | 7.74 | 5.73 | 1.36 | - |
| YUV | 65.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 20 | 0 | 0.54 | 0.82 | 0.57 | 20.67 | 0.69 | 0.25 |
| Hex | 6E | 33 | 14 | 0 | 36 | 52 | 39 | 15 | 45 | 19 |
| Octal | 156 | 63 | 24 | 0 | 66 | 122 | 71 | 25 | 105 | 31 |
| Binary | 1101110 | 110011 | 10100 | 0 | 110110 | 1010010 | 111001 | 10101 | 1000101 | 11001 |
Color Harmonies of #6E3314
Complementary color
Monochromatic Colors of #6E3314
Black with #6E3314
Text Example
Text Example
White with #6E3314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3314; }
p { color: rgb(110,51,20); }
H1.HeaderClassName
{
color: #6E3314;
}
.AnyTagClassName
{
color: #6E3314;
}
</style>
background-color css
<style>
a { background-color: #6E3314; }
a { background-color: rgb(110,51,20); }
div.DivClassName
{
background-color: #6E3314;
}
.BgClassName
{
background-color: #6E3314;
}
</style>
border-color css
<style>
span { border-color: #6E3314; }
span { border-color: rgb(110,51,20); }
td.TdClassName
{
border-color: #6E3314;
}
.TagClassName
{
border-color: #6E3314;
}
</style>