Shades of Peru Tan #6F3E1F
Tints of Peru Tan #6F3E1F
RGB
CMYK
RGB Variations
Color information
#6F3E1F (or 0x6F3E1F) is known color: Peru Tan. HEX triplet: 6F, 3E and 1F. RGB value is (111,62,31). Sum of RGB (Red+Green+Blue) = 111+62+31=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E1F is #90C1E0. Grayscale: #494949. Windows color (decimal): -9486817 or 2047599. OLE color: 2047599.
HSL color Cylindrical-coordinate representation of color #6F3E1F: hue angle of 23.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F3E1F is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 31 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.56 |
| HSL | 23.25º | 0.56% | 0.28% | - |
| HSV(B) | 23.25º | 0.72% | 0.44% | - |
| XYZ | 8.53 | 6.92 | 2.18 | - |
| YUV | 73.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 31 | 0 | 0.44 | 0.72 | 0.56 | 23.25 | 0.56 | 0.28 |
| Hex | 6F | 3E | 1F | 0 | 2C | 48 | 38 | 17 | 38 | 1C |
| Octal | 157 | 76 | 37 | 0 | 54 | 110 | 70 | 27 | 70 | 34 |
| Binary | 1101111 | 111110 | 11111 | 0 | 101100 | 1001000 | 111000 | 10111 | 111000 | 11100 |
Color Harmonies of #6F3E1F
Complementary color
Monochromatic Colors of #6F3E1F
Black with #6F3E1F
Text Example
Text Example
White with #6F3E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E1F; }
p { color: rgb(111,62,31); }
H1.HeaderClassName
{
color: #6F3E1F;
}
.AnyTagClassName
{
color: #6F3E1F;
}
</style>
background-color css
<style>
a { background-color: #6F3E1F; }
a { background-color: rgb(111,62,31); }
div.DivClassName
{
background-color: #6F3E1F;
}
.BgClassName
{
background-color: #6F3E1F;
}
</style>
border-color css
<style>
span { border-color: #6F3E1F; }
span { border-color: rgb(111,62,31); }
td.TdClassName
{
border-color: #6F3E1F;
}
.TagClassName
{
border-color: #6F3E1F;
}
</style>