Shades of Peru Tan #6C3B1D
Tints of Peru Tan #6C3B1D
RGB
CMYK
RGB Variations
Color information
#6C3B1D (or 0x6C3B1D) is known color: Peru Tan. HEX triplet: 6C, 3B and 1D. RGB value is (108,59,29). Sum of RGB (Red+Green+Blue) = 108+59+29=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3B1D is #93C4E2. Grayscale: #464646. Windows color (decimal): -9684195 or 1915756. OLE color: 1915756.
HSL color Cylindrical-coordinate representation of color #6C3B1D: hue angle of 22.78º 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 #6C3B1D is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 59 | 29 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.58 |
| HSL | 22.78º | 0.58% | 0.27% | - |
| HSV(B) | 22.78º | 0.73% | 0.42% | - |
| XYZ | 7.97 | 6.4 | 1.98 | - |
| YUV | 70.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 59 | 29 | 0 | 0.45 | 0.73 | 0.58 | 22.78 | 0.58 | 0.27 |
| Hex | 6C | 3B | 1D | 0 | 2D | 49 | 3A | 17 | 3A | 1B |
| Octal | 154 | 73 | 35 | 0 | 55 | 111 | 72 | 27 | 72 | 33 |
| Binary | 1101100 | 111011 | 11101 | 0 | 101101 | 1001001 | 111010 | 10111 | 111010 | 11011 |
Color Harmonies of #6C3B1D
Complementary color
Monochromatic Colors of #6C3B1D
Black with #6C3B1D
Text Example
Text Example
White with #6C3B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3B1D; }
p { color: rgb(108,59,29); }
H1.HeaderClassName
{
color: #6C3B1D;
}
.AnyTagClassName
{
color: #6C3B1D;
}
</style>
background-color css
<style>
a { background-color: #6C3B1D; }
a { background-color: rgb(108,59,29); }
div.DivClassName
{
background-color: #6C3B1D;
}
.BgClassName
{
background-color: #6C3B1D;
}
</style>
border-color css
<style>
span { border-color: #6C3B1D; }
span { border-color: rgb(108,59,29); }
td.TdClassName
{
border-color: #6C3B1D;
}
.TagClassName
{
border-color: #6C3B1D;
}
</style>