Shades of Peru Tan #6B3C1E
Tints of Peru Tan #6B3C1E
RGB
CMYK
RGB Variations
Color information
#6B3C1E (or 0x6B3C1E) is known color: Peru Tan. HEX triplet: 6B, 3C and 1E. RGB value is (107,60,30). Sum of RGB (Red+Green+Blue) = 107+60+30=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C1E is #94C3E1. Grayscale: #464646. Windows color (decimal): -9749474 or 1981547. OLE color: 1981547.
HSL color Cylindrical-coordinate representation of color #6B3C1E: hue angle of 23.38º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B3C1E is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 60 | 30 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.58 |
| HSL | 23.38º | 0.56% | 0.27% | - |
| HSV(B) | 23.38º | 0.72% | 0.42% | - |
| XYZ | 7.91 | 6.45 | 2.06 | - |
| YUV | 70.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 30 | 0 | 0.44 | 0.72 | 0.58 | 23.38 | 0.56 | 0.27 |
| Hex | 6B | 3C | 1E | 0 | 2C | 48 | 3A | 17 | 38 | 1B |
| Octal | 153 | 74 | 36 | 0 | 54 | 110 | 72 | 27 | 70 | 33 |
| Binary | 1101011 | 111100 | 11110 | 0 | 101100 | 1001000 | 111010 | 10111 | 111000 | 11011 |
Color Harmonies of #6B3C1E
Complementary color
Monochromatic Colors of #6B3C1E
Black with #6B3C1E
Text Example
Text Example
White with #6B3C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3C1E; }
p { color: rgb(107,60,30); }
H1.HeaderClassName
{
color: #6B3C1E;
}
.AnyTagClassName
{
color: #6B3C1E;
}
</style>
background-color css
<style>
a { background-color: #6B3C1E; }
a { background-color: rgb(107,60,30); }
div.DivClassName
{
background-color: #6B3C1E;
}
.BgClassName
{
background-color: #6B3C1E;
}
</style>
border-color css
<style>
span { border-color: #6B3C1E; }
span { border-color: rgb(107,60,30); }
td.TdClassName
{
border-color: #6B3C1E;
}
.TagClassName
{
border-color: #6B3C1E;
}
</style>