Shades of Peru Tan #6D381C
Tints of Peru Tan #6D381C
RGB
CMYK
RGB Variations
Color information
#6D381C (or 0x6D381C) is known color: Peru Tan. HEX triplet: 6D, 38 and 1C. RGB value is (109,56,28). Sum of RGB (Red+Green+Blue) = 109+56+28=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D381C is #92C7E3. Grayscale: #444444. Windows color (decimal): -9619428 or 1849453. OLE color: 1849453.
HSL color Cylindrical-coordinate representation of color #6D381C: hue angle of 20.74º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D381C is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 56 | 28 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.57 |
| HSL | 20.74º | 0.59% | 0.27% | - |
| HSV(B) | 20.74º | 0.74% | 0.43% | - |
| XYZ | 7.93 | 6.16 | 1.87 | - |
| YUV | 68.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 28 | 0 | 0.49 | 0.74 | 0.57 | 20.74 | 0.59 | 0.27 |
| Hex | 6D | 38 | 1C | 0 | 31 | 4A | 39 | 15 | 3B | 1B |
| Octal | 155 | 70 | 34 | 0 | 61 | 112 | 71 | 25 | 73 | 33 |
| Binary | 1101101 | 111000 | 11100 | 0 | 110001 | 1001010 | 111001 | 10101 | 111011 | 11011 |
Color Harmonies of #6D381C
Complementary color
Monochromatic Colors of #6D381C
Black with #6D381C
Text Example
Text Example
White with #6D381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D381C; }
p { color: rgb(109,56,28); }
H1.HeaderClassName
{
color: #6D381C;
}
.AnyTagClassName
{
color: #6D381C;
}
</style>
background-color css
<style>
a { background-color: #6D381C; }
a { background-color: rgb(109,56,28); }
div.DivClassName
{
background-color: #6D381C;
}
.BgClassName
{
background-color: #6D381C;
}
</style>
border-color css
<style>
span { border-color: #6D381C; }
span { border-color: rgb(109,56,28); }
td.TdClassName
{
border-color: #6D381C;
}
.TagClassName
{
border-color: #6D381C;
}
</style>