Shades of Peru Tan #6F3C1D
Tints of Peru Tan #6F3C1D
RGB
CMYK
RGB Variations
Color information
#6F3C1D (or 0x6F3C1D) is known color: Peru Tan. HEX triplet: 6F, 3C and 1D. RGB value is (111,60,29). Sum of RGB (Red+Green+Blue) = 111+60+29=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C1D is #90C3E2. Grayscale: #474747. Windows color (decimal): -9487331 or 1916015. OLE color: 1916015.
HSL color Cylindrical-coordinate representation of color #6F3C1D: hue angle of 22.68º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F3C1D is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 29 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.56 |
| HSL | 22.68º | 0.59% | 0.27% | - |
| HSV(B) | 22.68º | 0.74% | 0.44% | - |
| XYZ | 8.39 | 6.7 | 2.01 | - |
| YUV | 71.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 29 | 0 | 0.46 | 0.74 | 0.56 | 22.68 | 0.59 | 0.27 |
| Hex | 6F | 3C | 1D | 0 | 2E | 4A | 38 | 17 | 3B | 1B |
| Octal | 157 | 74 | 35 | 0 | 56 | 112 | 70 | 27 | 73 | 33 |
| Binary | 1101111 | 111100 | 11101 | 0 | 101110 | 1001010 | 111000 | 10111 | 111011 | 11011 |
Color Harmonies of #6F3C1D
Complementary color
Monochromatic Colors of #6F3C1D
Black with #6F3C1D
Text Example
Text Example
White with #6F3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C1D; }
p { color: rgb(111,60,29); }
H1.HeaderClassName
{
color: #6F3C1D;
}
.AnyTagClassName
{
color: #6F3C1D;
}
</style>
background-color css
<style>
a { background-color: #6F3C1D; }
a { background-color: rgb(111,60,29); }
div.DivClassName
{
background-color: #6F3C1D;
}
.BgClassName
{
background-color: #6F3C1D;
}
</style>
border-color css
<style>
span { border-color: #6F3C1D; }
span { border-color: rgb(111,60,29); }
td.TdClassName
{
border-color: #6F3C1D;
}
.TagClassName
{
border-color: #6F3C1D;
}
</style>