Shades of Peru Tan #6D3816
Tints of Peru Tan #6D3816
RGB
CMYK
RGB Variations
Color information
#6D3816 (or 0x6D3816) is known color: Peru Tan. HEX triplet: 6D, 38 and 16. RGB value is (109,56,22). Sum of RGB (Red+Green+Blue) = 109+56+22=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3816 is #92C7E9. Grayscale: #444444. Windows color (decimal): -9619434 or 1456237. OLE color: 1456237.
HSL color Cylindrical-coordinate representation of color #6D3816: hue angle of 23.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D3816 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 56 | 22 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.57 |
| HSL | 23.45º | 0.66% | 0.26% | - |
| HSV(B) | 23.45º | 0.8% | 0.43% | - |
| XYZ | 7.87 | 6.14 | 1.53 | - |
| YUV | 67.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 22 | 0 | 0.49 | 0.80 | 0.57 | 23.45 | 0.66 | 0.26 |
| Hex | 6D | 38 | 16 | 0 | 31 | 50 | 39 | 17 | 42 | 1A |
| Octal | 155 | 70 | 26 | 0 | 61 | 120 | 71 | 27 | 102 | 32 |
| Binary | 1101101 | 111000 | 10110 | 0 | 110001 | 1010000 | 111001 | 10111 | 1000010 | 11010 |
Color Harmonies of #6D3816
Complementary color
Monochromatic Colors of #6D3816
Black with #6D3816
Text Example
Text Example
White with #6D3816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3816; }
p { color: rgb(109,56,22); }
H1.HeaderClassName
{
color: #6D3816;
}
.AnyTagClassName
{
color: #6D3816;
}
</style>
background-color css
<style>
a { background-color: #6D3816; }
a { background-color: rgb(109,56,22); }
div.DivClassName
{
background-color: #6D3816;
}
.BgClassName
{
background-color: #6D3816;
}
</style>
border-color css
<style>
span { border-color: #6D3816; }
span { border-color: rgb(109,56,22); }
td.TdClassName
{
border-color: #6D3816;
}
.TagClassName
{
border-color: #6D3816;
}
</style>