Shades of Peru Tan #6F360C
Tints of Peru Tan #6F360C
RGB
CMYK
RGB Variations
Color information
#6F360C (or 0x6F360C) is known color: Peru Tan. HEX triplet: 6F, 36 and 0C. RGB value is (111,54,12). Sum of RGB (Red+Green+Blue) = 111+54+12=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F360C is #90C9F3. Grayscale: #424242. Windows color (decimal): -9488884 or 800367. OLE color: 800367.
HSL color Cylindrical-coordinate representation of color #6F360C: hue angle of 25.45º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F360C is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 54 | 12 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.56 |
| HSL | 25.45º | 0.8% | 0.24% | - |
| HSV(B) | 25.45º | 0.89% | 0.44% | - |
| XYZ | 7.94 | 6.04 | 1.1 | - |
| YUV | 66.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 12 | 0 | 0.51 | 0.89 | 0.56 | 25.45 | 0.8 | 0.24 |
| Hex | 6F | 36 | C | 0 | 33 | 59 | 38 | 19 | 50 | 18 |
| Octal | 157 | 66 | 14 | 0 | 63 | 131 | 70 | 31 | 120 | 30 |
| Binary | 1101111 | 110110 | 1100 | 0 | 110011 | 1011001 | 111000 | 11001 | 1010000 | 11000 |
Color Harmonies of #6F360C
Complementary color
Monochromatic Colors of #6F360C
Black with #6F360C
Text Example
Text Example
White with #6F360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F360C; }
p { color: rgb(111,54,12); }
H1.HeaderClassName
{
color: #6F360C;
}
.AnyTagClassName
{
color: #6F360C;
}
</style>
background-color css
<style>
a { background-color: #6F360C; }
a { background-color: rgb(111,54,12); }
div.DivClassName
{
background-color: #6F360C;
}
.BgClassName
{
background-color: #6F360C;
}
</style>
border-color css
<style>
span { border-color: #6F360C; }
span { border-color: rgb(111,54,12); }
td.TdClassName
{
border-color: #6F360C;
}
.TagClassName
{
border-color: #6F360C;
}
</style>