Shades of Peru Tan #6F3B1F
Tints of Peru Tan #6F3B1F
RGB
CMYK
RGB Variations
Color information
#6F3B1F (or 0x6F3B1F) is known color: Peru Tan. HEX triplet: 6F, 3B and 1F. RGB value is (111,59,31). Sum of RGB (Red+Green+Blue) = 111+59+31=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B1F is #90C4E0. Grayscale: #474747. Windows color (decimal): -9487585 or 2046831. OLE color: 2046831.
HSL color Cylindrical-coordinate representation of color #6F3B1F: hue angle of 21º 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 #6F3B1F is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 59 | 31 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.56 |
| HSL | 21º | 0.56% | 0.28% | - |
| HSV(B) | 21º | 0.72% | 0.44% | - |
| XYZ | 8.37 | 6.61 | 2.13 | - |
| YUV | 71.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 31 | 0 | 0.47 | 0.72 | 0.56 | 21 | 0.56 | 0.28 |
| Hex | 6F | 3B | 1F | 0 | 2F | 48 | 38 | 15 | 38 | 1C |
| Octal | 157 | 73 | 37 | 0 | 57 | 110 | 70 | 25 | 70 | 34 |
| Binary | 1101111 | 111011 | 11111 | 0 | 101111 | 1001000 | 111000 | 10101 | 111000 | 11100 |
Color Harmonies of #6F3B1F
Complementary color
Monochromatic Colors of #6F3B1F
Black with #6F3B1F
Text Example
Text Example
White with #6F3B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3B1F; }
p { color: rgb(111,59,31); }
H1.HeaderClassName
{
color: #6F3B1F;
}
.AnyTagClassName
{
color: #6F3B1F;
}
</style>
background-color css
<style>
a { background-color: #6F3B1F; }
a { background-color: rgb(111,59,31); }
div.DivClassName
{
background-color: #6F3B1F;
}
.BgClassName
{
background-color: #6F3B1F;
}
</style>
border-color css
<style>
span { border-color: #6F3B1F; }
span { border-color: rgb(111,59,31); }
td.TdClassName
{
border-color: #6F3B1F;
}
.TagClassName
{
border-color: #6F3B1F;
}
</style>