Shades of Peru Tan #6D3712
Tints of Peru Tan #6D3712
RGB
CMYK
RGB Variations
Color information
#6D3712 (or 0x6D3712) is known color: Peru Tan. HEX triplet: 6D, 37 and 12. RGB value is (109,55,18). Sum of RGB (Red+Green+Blue) = 109+55+18=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3712 is #92C8ED. Grayscale: #434343. Windows color (decimal): -9619694 or 1193837. OLE color: 1193837.
HSL color Cylindrical-coordinate representation of color #6D3712: hue angle of 24.4º degrees, saturation: 0.72, 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 #6D3712 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 18 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.57 |
| HSL | 24.4º | 0.72% | 0.25% | - |
| HSV(B) | 24.4º | 0.83% | 0.43% | - |
| XYZ | 7.78 | 6.03 | 1.33 | - |
| YUV | 66.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 18 | 0 | 0.50 | 0.83 | 0.57 | 24.4 | 0.72 | 0.25 |
| Hex | 6D | 37 | 12 | 0 | 32 | 53 | 39 | 18 | 48 | 19 |
| Octal | 155 | 67 | 22 | 0 | 62 | 123 | 71 | 30 | 110 | 31 |
| Binary | 1101101 | 110111 | 10010 | 0 | 110010 | 1010011 | 111001 | 11000 | 1001000 | 11001 |
Color Harmonies of #6D3712
Complementary color
Monochromatic Colors of #6D3712
Black with #6D3712
Text Example
Text Example
White with #6D3712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3712; }
p { color: rgb(109,55,18); }
H1.HeaderClassName
{
color: #6D3712;
}
.AnyTagClassName
{
color: #6D3712;
}
</style>
background-color css
<style>
a { background-color: #6D3712; }
a { background-color: rgb(109,55,18); }
div.DivClassName
{
background-color: #6D3712;
}
.BgClassName
{
background-color: #6D3712;
}
</style>
border-color css
<style>
span { border-color: #6D3712; }
span { border-color: rgb(109,55,18); }
td.TdClassName
{
border-color: #6D3712;
}
.TagClassName
{
border-color: #6D3712;
}
</style>