Shades of Peru Tan #6D3913
Tints of Peru Tan #6D3913
RGB
CMYK
RGB Variations
Color information
#6D3913 (or 0x6D3913) is known color: Peru Tan. HEX triplet: 6D, 39 and 13. RGB value is (109,57,19). Sum of RGB (Red+Green+Blue) = 109+57+19=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3913 is #92C6EC. Grayscale: #444444. Windows color (decimal): -9619181 or 1259885. OLE color: 1259885.
HSL color Cylindrical-coordinate representation of color #6D3913: hue angle of 25.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D3913 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 19 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.57 |
| HSL | 25.33º | 0.7% | 0.25% | - |
| HSV(B) | 25.33º | 0.83% | 0.43% | - |
| XYZ | 7.89 | 6.22 | 1.4 | - |
| YUV | 68.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 19 | 0 | 0.48 | 0.83 | 0.57 | 25.33 | 0.7 | 0.25 |
| Hex | 6D | 39 | 13 | 0 | 30 | 53 | 39 | 19 | 46 | 19 |
| Octal | 155 | 71 | 23 | 0 | 60 | 123 | 71 | 31 | 106 | 31 |
| Binary | 1101101 | 111001 | 10011 | 0 | 110000 | 1010011 | 111001 | 11001 | 1000110 | 11001 |
Color Harmonies of #6D3913
Complementary color
Monochromatic Colors of #6D3913
Black with #6D3913
Text Example
Text Example
White with #6D3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3913; }
p { color: rgb(109,57,19); }
H1.HeaderClassName
{
color: #6D3913;
}
.AnyTagClassName
{
color: #6D3913;
}
</style>
background-color css
<style>
a { background-color: #6D3913; }
a { background-color: rgb(109,57,19); }
div.DivClassName
{
background-color: #6D3913;
}
.BgClassName
{
background-color: #6D3913;
}
</style>
border-color css
<style>
span { border-color: #6D3913; }
span { border-color: rgb(109,57,19); }
td.TdClassName
{
border-color: #6D3913;
}
.TagClassName
{
border-color: #6D3913;
}
</style>