Shades of Peru Tan #6F3D1A
Tints of Peru Tan #6F3D1A
RGB
CMYK
RGB Variations
Color information
#6F3D1A (or 0x6F3D1A) is known color: Peru Tan. HEX triplet: 6F, 3D and 1A. RGB value is (111,61,26). Sum of RGB (Red+Green+Blue) = 111+61+26=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3D1A is #90C2E5. Grayscale: #484848. Windows color (decimal): -9487078 or 1719663. OLE color: 1719663.
HSL color Cylindrical-coordinate representation of color #6F3D1A: hue angle of 24.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F3D1A is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 61 | 26 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.56 |
| HSL | 24.71º | 0.62% | 0.27% | - |
| HSV(B) | 24.71º | 0.77% | 0.44% | - |
| XYZ | 8.41 | 6.79 | 1.84 | - |
| YUV | 71.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 26 | 0 | 0.45 | 0.77 | 0.56 | 24.71 | 0.62 | 0.27 |
| Hex | 6F | 3D | 1A | 0 | 2D | 4D | 38 | 19 | 3E | 1B |
| Octal | 157 | 75 | 32 | 0 | 55 | 115 | 70 | 31 | 76 | 33 |
| Binary | 1101111 | 111101 | 11010 | 0 | 101101 | 1001101 | 111000 | 11001 | 111110 | 11011 |
Color Harmonies of #6F3D1A
Complementary color
Monochromatic Colors of #6F3D1A
Black with #6F3D1A
Text Example
Text Example
White with #6F3D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3D1A; }
p { color: rgb(111,61,26); }
H1.HeaderClassName
{
color: #6F3D1A;
}
.AnyTagClassName
{
color: #6F3D1A;
}
</style>
background-color css
<style>
a { background-color: #6F3D1A; }
a { background-color: rgb(111,61,26); }
div.DivClassName
{
background-color: #6F3D1A;
}
.BgClassName
{
background-color: #6F3D1A;
}
</style>
border-color css
<style>
span { border-color: #6F3D1A; }
span { border-color: rgb(111,61,26); }
td.TdClassName
{
border-color: #6F3D1A;
}
.TagClassName
{
border-color: #6F3D1A;
}
</style>