Shades of Peru Tan #6D351A
Tints of Peru Tan #6D351A
RGB
CMYK
RGB Variations
Color information
#6D351A (or 0x6D351A) is known color: Peru Tan. HEX triplet: 6D, 35 and 1A. RGB value is (109,53,26). Sum of RGB (Red+Green+Blue) = 109+53+26=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D351A is #92CAE5. Grayscale: #424242. Windows color (decimal): -9620198 or 1717613. OLE color: 1717613.
HSL color Cylindrical-coordinate representation of color #6D351A: hue angle of 19.52º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D351A is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 26 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.57 |
| HSL | 19.52º | 0.61% | 0.26% | - |
| HSV(B) | 19.52º | 0.76% | 0.43% | - |
| XYZ | 7.77 | 5.87 | 1.7 | - |
| YUV | 66.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 26 | 0 | 0.51 | 0.76 | 0.57 | 19.52 | 0.61 | 0.26 |
| Hex | 6D | 35 | 1A | 0 | 33 | 4C | 39 | 14 | 3D | 1A |
| Octal | 155 | 65 | 32 | 0 | 63 | 114 | 71 | 24 | 75 | 32 |
| Binary | 1101101 | 110101 | 11010 | 0 | 110011 | 1001100 | 111001 | 10100 | 111101 | 11010 |
Color Harmonies of #6D351A
Complementary color
Monochromatic Colors of #6D351A
Black with #6D351A
Text Example
Text Example
White with #6D351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D351A; }
p { color: rgb(109,53,26); }
H1.HeaderClassName
{
color: #6D351A;
}
.AnyTagClassName
{
color: #6D351A;
}
</style>
background-color css
<style>
a { background-color: #6D351A; }
a { background-color: rgb(109,53,26); }
div.DivClassName
{
background-color: #6D351A;
}
.BgClassName
{
background-color: #6D351A;
}
</style>
border-color css
<style>
span { border-color: #6D351A; }
span { border-color: rgb(109,53,26); }
td.TdClassName
{
border-color: #6D351A;
}
.TagClassName
{
border-color: #6D351A;
}
</style>