Shades of Peru Tan #6B3718
Tints of Peru Tan #6B3718
RGB
CMYK
RGB Variations
Color information
#6B3718 (or 0x6B3718) is known color: Peru Tan. HEX triplet: 6B, 37 and 18. RGB value is (107,55,24). Sum of RGB (Red+Green+Blue) = 107+55+24=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3718 is #94C8E7. Grayscale: #434343. Windows color (decimal): -9750760 or 1587051. OLE color: 1587051.
HSL color Cylindrical-coordinate representation of color #6B3718: hue angle of 22.41º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B3718 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 55 | 24 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.58 |
| HSL | 22.41º | 0.63% | 0.26% | - |
| HSV(B) | 22.41º | 0.78% | 0.42% | - |
| XYZ | 7.59 | 5.92 | 1.61 | - |
| YUV | 67.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 24 | 0 | 0.49 | 0.78 | 0.58 | 22.41 | 0.63 | 0.26 |
| Hex | 6B | 37 | 18 | 0 | 31 | 4E | 3A | 16 | 3F | 1A |
| Octal | 153 | 67 | 30 | 0 | 61 | 116 | 72 | 26 | 77 | 32 |
| Binary | 1101011 | 110111 | 11000 | 0 | 110001 | 1001110 | 111010 | 10110 | 111111 | 11010 |
Color Harmonies of #6B3718
Complementary color
Monochromatic Colors of #6B3718
Black with #6B3718
Text Example
Text Example
White with #6B3718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3718; }
p { color: rgb(107,55,24); }
H1.HeaderClassName
{
color: #6B3718;
}
.AnyTagClassName
{
color: #6B3718;
}
</style>
background-color css
<style>
a { background-color: #6B3718; }
a { background-color: rgb(107,55,24); }
div.DivClassName
{
background-color: #6B3718;
}
.BgClassName
{
background-color: #6B3718;
}
</style>
border-color css
<style>
span { border-color: #6B3718; }
span { border-color: rgb(107,55,24); }
td.TdClassName
{
border-color: #6B3718;
}
.TagClassName
{
border-color: #6B3718;
}
</style>