Shades of Peru Tan #6B3615
Tints of Peru Tan #6B3615
RGB
CMYK
RGB Variations
Color information
#6B3615 (or 0x6B3615) is known color: Peru Tan. HEX triplet: 6B, 36 and 15. RGB value is (107,54,21). Sum of RGB (Red+Green+Blue) = 107+54+21=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3615 is #94C9EA. Grayscale: #424242. Windows color (decimal): -9751019 or 1390187. OLE color: 1390187.
HSL color Cylindrical-coordinate representation of color #6B3615: hue angle of 23.02º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B3615 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 21 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.58 |
| HSL | 23.02º | 0.67% | 0.25% | - |
| HSV(B) | 23.02º | 0.8% | 0.42% | - |
| XYZ | 7.52 | 5.82 | 1.44 | - |
| YUV | 66.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 21 | 0 | 0.50 | 0.80 | 0.58 | 23.02 | 0.67 | 0.25 |
| Hex | 6B | 36 | 15 | 0 | 32 | 50 | 3A | 17 | 43 | 19 |
| Octal | 153 | 66 | 25 | 0 | 62 | 120 | 72 | 27 | 103 | 31 |
| Binary | 1101011 | 110110 | 10101 | 0 | 110010 | 1010000 | 111010 | 10111 | 1000011 | 11001 |
Color Harmonies of #6B3615
Complementary color
Monochromatic Colors of #6B3615
Black with #6B3615
Text Example
Text Example
White with #6B3615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3615; }
p { color: rgb(107,54,21); }
H1.HeaderClassName
{
color: #6B3615;
}
.AnyTagClassName
{
color: #6B3615;
}
</style>
background-color css
<style>
a { background-color: #6B3615; }
a { background-color: rgb(107,54,21); }
div.DivClassName
{
background-color: #6B3615;
}
.BgClassName
{
background-color: #6B3615;
}
</style>
border-color css
<style>
span { border-color: #6B3615; }
span { border-color: rgb(107,54,21); }
td.TdClassName
{
border-color: #6B3615;
}
.TagClassName
{
border-color: #6B3615;
}
</style>