Shades of Peru Tan #6D3510
Tints of Peru Tan #6D3510
RGB
CMYK
RGB Variations
Color information
#6D3510 (or 0x6D3510) is known color: Peru Tan. HEX triplet: 6D, 35 and 10. RGB value is (109,53,16). Sum of RGB (Red+Green+Blue) = 109+53+16=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3510 is #92CAEF. Grayscale: #414141. Windows color (decimal): -9620208 or 1062253. OLE color: 1062253.
HSL color Cylindrical-coordinate representation of color #6D3510: hue angle of 23.87º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D3510 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 16 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.57 |
| HSL | 23.87º | 0.74% | 0.25% | - |
| HSV(B) | 23.87º | 0.85% | 0.43% | - |
| XYZ | 7.67 | 5.83 | 1.21 | - |
| YUV | 65.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 16 | 0 | 0.51 | 0.85 | 0.57 | 23.87 | 0.74 | 0.25 |
| Hex | 6D | 35 | 10 | 0 | 33 | 55 | 39 | 18 | 4A | 19 |
| Octal | 155 | 65 | 20 | 0 | 63 | 125 | 71 | 30 | 112 | 31 |
| Binary | 1101101 | 110101 | 10000 | 0 | 110011 | 1010101 | 111001 | 11000 | 1001010 | 11001 |
Color Harmonies of #6D3510
Complementary color
Monochromatic Colors of #6D3510
Black with #6D3510
Text Example
Text Example
White with #6D3510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3510; }
p { color: rgb(109,53,16); }
H1.HeaderClassName
{
color: #6D3510;
}
.AnyTagClassName
{
color: #6D3510;
}
</style>
background-color css
<style>
a { background-color: #6D3510; }
a { background-color: rgb(109,53,16); }
div.DivClassName
{
background-color: #6D3510;
}
.BgClassName
{
background-color: #6D3510;
}
</style>
border-color css
<style>
span { border-color: #6D3510; }
span { border-color: rgb(109,53,16); }
td.TdClassName
{
border-color: #6D3510;
}
.TagClassName
{
border-color: #6D3510;
}
</style>