Shades of Peru Tan #6F360B
Tints of Peru Tan #6F360B
RGB
CMYK
RGB Variations
Color information
#6F360B (or 0x6F360B) is known color: Peru Tan. HEX triplet: 6F, 36 and 0B. RGB value is (111,54,11). Sum of RGB (Red+Green+Blue) = 111+54+11=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F360B is #90C9F4. Grayscale: #424242. Windows color (decimal): -9488885 or 734831. OLE color: 734831.
HSL color Cylindrical-coordinate representation of color #6F360B: hue angle of 25.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F360B is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 54 | 11 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.56 |
| HSL | 25.8º | 0.82% | 0.24% | - |
| HSV(B) | 25.8º | 0.9% | 0.44% | - |
| XYZ | 7.94 | 6.04 | 1.06 | - |
| YUV | 66.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 11 | 0 | 0.51 | 0.90 | 0.56 | 25.8 | 0.82 | 0.24 |
| Hex | 6F | 36 | B | 0 | 33 | 5A | 38 | 1A | 52 | 18 |
| Octal | 157 | 66 | 13 | 0 | 63 | 132 | 70 | 32 | 122 | 30 |
| Binary | 1101111 | 110110 | 1011 | 0 | 110011 | 1011010 | 111000 | 11010 | 1010010 | 11000 |
Color Harmonies of #6F360B
Complementary color
Monochromatic Colors of #6F360B
Black with #6F360B
Text Example
Text Example
White with #6F360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F360B; }
p { color: rgb(111,54,11); }
H1.HeaderClassName
{
color: #6F360B;
}
.AnyTagClassName
{
color: #6F360B;
}
</style>
background-color css
<style>
a { background-color: #6F360B; }
a { background-color: rgb(111,54,11); }
div.DivClassName
{
background-color: #6F360B;
}
.BgClassName
{
background-color: #6F360B;
}
</style>
border-color css
<style>
span { border-color: #6F360B; }
span { border-color: rgb(111,54,11); }
td.TdClassName
{
border-color: #6F360B;
}
.TagClassName
{
border-color: #6F360B;
}
</style>