Shades of Peru Tan #6C3E1D
Tints of Peru Tan #6C3E1D
RGB
CMYK
RGB Variations
Color information
#6C3E1D (or 0x6C3E1D) is known color: Peru Tan. HEX triplet: 6C, 3E and 1D. RGB value is (108,62,29). Sum of RGB (Red+Green+Blue) = 108+62+29=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3E1D is #93C1E2. Grayscale: #484848. Windows color (decimal): -9683427 or 1916524. OLE color: 1916524.
HSL color Cylindrical-coordinate representation of color #6C3E1D: hue angle of 25.06º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C3E1D is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 62 | 29 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.58 |
| HSL | 25.06º | 0.58% | 0.27% | - |
| HSV(B) | 25.06º | 0.73% | 0.42% | - |
| XYZ | 8.13 | 6.72 | 2.03 | - |
| YUV | 71.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 62 | 29 | 0 | 0.43 | 0.73 | 0.58 | 25.06 | 0.58 | 0.27 |
| Hex | 6C | 3E | 1D | 0 | 2B | 49 | 3A | 19 | 3A | 1B |
| Octal | 154 | 76 | 35 | 0 | 53 | 111 | 72 | 31 | 72 | 33 |
| Binary | 1101100 | 111110 | 11101 | 0 | 101011 | 1001001 | 111010 | 11001 | 111010 | 11011 |
Color Harmonies of #6C3E1D
Complementary color
Monochromatic Colors of #6C3E1D
Black with #6C3E1D
Text Example
Text Example
White with #6C3E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3E1D; }
p { color: rgb(108,62,29); }
H1.HeaderClassName
{
color: #6C3E1D;
}
.AnyTagClassName
{
color: #6C3E1D;
}
</style>
background-color css
<style>
a { background-color: #6C3E1D; }
a { background-color: rgb(108,62,29); }
div.DivClassName
{
background-color: #6C3E1D;
}
.BgClassName
{
background-color: #6C3E1D;
}
</style>
border-color css
<style>
span { border-color: #6C3E1D; }
span { border-color: rgb(108,62,29); }
td.TdClassName
{
border-color: #6C3E1D;
}
.TagClassName
{
border-color: #6C3E1D;
}
</style>