Shades of Peru Tan #6F3915
Tints of Peru Tan #6F3915
RGB
CMYK
RGB Variations
Color information
#6F3915 (or 0x6F3915) is known color: Peru Tan. HEX triplet: 6F, 39 and 15. RGB value is (111,57,21). Sum of RGB (Red+Green+Blue) = 111+57+21=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3915 is #90C6EA. Grayscale: #454545. Windows color (decimal): -9488107 or 1390959. OLE color: 1390959.
HSL color Cylindrical-coordinate representation of color #6F3915: hue angle of 24º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F3915 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 21 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.56 |
| HSL | 24º | 0.68% | 0.26% | - |
| HSV(B) | 24º | 0.81% | 0.44% | - |
| XYZ | 8.15 | 6.36 | 1.51 | - |
| YUV | 69.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 21 | 0 | 0.49 | 0.81 | 0.56 | 24 | 0.68 | 0.26 |
| Hex | 6F | 39 | 15 | 0 | 31 | 51 | 38 | 18 | 44 | 1A |
| Octal | 157 | 71 | 25 | 0 | 61 | 121 | 70 | 30 | 104 | 32 |
| Binary | 1101111 | 111001 | 10101 | 0 | 110001 | 1010001 | 111000 | 11000 | 1000100 | 11010 |
Color Harmonies of #6F3915
Complementary color
Monochromatic Colors of #6F3915
Black with #6F3915
Text Example
Text Example
White with #6F3915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3915; }
p { color: rgb(111,57,21); }
H1.HeaderClassName
{
color: #6F3915;
}
.AnyTagClassName
{
color: #6F3915;
}
</style>
background-color css
<style>
a { background-color: #6F3915; }
a { background-color: rgb(111,57,21); }
div.DivClassName
{
background-color: #6F3915;
}
.BgClassName
{
background-color: #6F3915;
}
</style>
border-color css
<style>
span { border-color: #6F3915; }
span { border-color: rgb(111,57,21); }
td.TdClassName
{
border-color: #6F3915;
}
.TagClassName
{
border-color: #6F3915;
}
</style>