Shades of Peru Tan #6D380E
Tints of Peru Tan #6D380E
RGB
CMYK
RGB Variations
Color information
#6D380E (or 0x6D380E) is known color: Peru Tan. HEX triplet: 6D, 38 and 0E. RGB value is (109,56,14). Sum of RGB (Red+Green+Blue) = 109+56+14=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D380E is #92C7F1. Grayscale: #434343. Windows color (decimal): -9619442 or 931949. OLE color: 931949.
HSL color Cylindrical-coordinate representation of color #6D380E: hue angle of 26.53º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D380E is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 56 | 14 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.57 |
| HSL | 26.53º | 0.77% | 0.24% | - |
| HSV(B) | 26.53º | 0.87% | 0.43% | - |
| XYZ | 7.8 | 6.11 | 1.18 | - |
| YUV | 67.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 14 | 0 | 0.49 | 0.87 | 0.57 | 26.53 | 0.77 | 0.24 |
| Hex | 6D | 38 | E | 0 | 31 | 57 | 39 | 1B | 4D | 18 |
| Octal | 155 | 70 | 16 | 0 | 61 | 127 | 71 | 33 | 115 | 30 |
| Binary | 1101101 | 111000 | 1110 | 0 | 110001 | 1010111 | 111001 | 11011 | 1001101 | 11000 |
Color Harmonies of #6D380E
Complementary color
Monochromatic Colors of #6D380E
Black with #6D380E
Text Example
Text Example
White with #6D380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D380E; }
p { color: rgb(109,56,14); }
H1.HeaderClassName
{
color: #6D380E;
}
.AnyTagClassName
{
color: #6D380E;
}
</style>
background-color css
<style>
a { background-color: #6D380E; }
a { background-color: rgb(109,56,14); }
div.DivClassName
{
background-color: #6D380E;
}
.BgClassName
{
background-color: #6D380E;
}
</style>
border-color css
<style>
span { border-color: #6D380E; }
span { border-color: rgb(109,56,14); }
td.TdClassName
{
border-color: #6D380E;
}
.TagClassName
{
border-color: #6D380E;
}
</style>