Shades of Peru Tan #6F390D
Tints of Peru Tan #6F390D
RGB
CMYK
RGB Variations
Color information
#6F390D (or 0x6F390D) is known color: Peru Tan. HEX triplet: 6F, 39 and 0D. RGB value is (111,57,13). Sum of RGB (Red+Green+Blue) = 111+57+13=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F390D is #90C6F2. Grayscale: #444444. Windows color (decimal): -9488115 or 866671. OLE color: 866671.
HSL color Cylindrical-coordinate representation of color #6F390D: hue angle of 26.94º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F390D is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 13 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.56 |
| HSL | 26.94º | 0.79% | 0.24% | - |
| HSV(B) | 26.94º | 0.88% | 0.44% | - |
| XYZ | 8.09 | 6.33 | 1.18 | - |
| YUV | 68.13 | 96.89 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 13 | 0 | 0.49 | 0.88 | 0.56 | 26.94 | 0.79 | 0.24 |
| Hex | 6F | 39 | D | 0 | 31 | 58 | 38 | 1B | 4F | 18 |
| Octal | 157 | 71 | 15 | 0 | 61 | 130 | 70 | 33 | 117 | 30 |
| Binary | 1101111 | 111001 | 1101 | 0 | 110001 | 1011000 | 111000 | 11011 | 1001111 | 11000 |
Color Harmonies of #6F390D
Complementary color
Monochromatic Colors of #6F390D
Black with #6F390D
Text Example
Text Example
White with #6F390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F390D; }
p { color: rgb(111,57,13); }
H1.HeaderClassName
{
color: #6F390D;
}
.AnyTagClassName
{
color: #6F390D;
}
</style>
background-color css
<style>
a { background-color: #6F390D; }
a { background-color: rgb(111,57,13); }
div.DivClassName
{
background-color: #6F390D;
}
.BgClassName
{
background-color: #6F390D;
}
</style>
border-color css
<style>
span { border-color: #6F390D; }
span { border-color: rgb(111,57,13); }
td.TdClassName
{
border-color: #6F390D;
}
.TagClassName
{
border-color: #6F390D;
}
</style>