Shades of Peru Tan #6B3518
Tints of Peru Tan #6B3518
RGB
CMYK
RGB Variations
Color information
#6B3518 (or 0x6B3518) is known color: Peru Tan. HEX triplet: 6B, 35 and 18. RGB value is (107,53,24). Sum of RGB (Red+Green+Blue) = 107+53+24=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3518 is #94CAE7. Grayscale: #424242. Windows color (decimal): -9751272 or 1586539. OLE color: 1586539.
HSL color Cylindrical-coordinate representation of color #6B3518: hue angle of 20.96º 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 #6B3518 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 24 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.58 |
| HSL | 20.96º | 0.63% | 0.26% | - |
| HSV(B) | 20.96º | 0.78% | 0.42% | - |
| XYZ | 7.5 | 5.74 | 1.58 | - |
| YUV | 65.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 24 | 0 | 0.50 | 0.78 | 0.58 | 20.96 | 0.63 | 0.26 |
| Hex | 6B | 35 | 18 | 0 | 32 | 4E | 3A | 15 | 3F | 1A |
| Octal | 153 | 65 | 30 | 0 | 62 | 116 | 72 | 25 | 77 | 32 |
| Binary | 1101011 | 110101 | 11000 | 0 | 110010 | 1001110 | 111010 | 10101 | 111111 | 11010 |
Color Harmonies of #6B3518
Complementary color
Monochromatic Colors of #6B3518
Black with #6B3518
Text Example
Text Example
White with #6B3518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3518; }
p { color: rgb(107,53,24); }
H1.HeaderClassName
{
color: #6B3518;
}
.AnyTagClassName
{
color: #6B3518;
}
</style>
background-color css
<style>
a { background-color: #6B3518; }
a { background-color: rgb(107,53,24); }
div.DivClassName
{
background-color: #6B3518;
}
.BgClassName
{
background-color: #6B3518;
}
</style>
border-color css
<style>
span { border-color: #6B3518; }
span { border-color: rgb(107,53,24); }
td.TdClassName
{
border-color: #6B3518;
}
.TagClassName
{
border-color: #6B3518;
}
</style>