Shades of Peru #D6863E
Tints of Peru #D6863E
RGB
CMYK
RGB Variations
Color information
#D6863E (or 0xD6863E) is known color: Peru. HEX triplet: D6, 86 and 3E. RGB value is (214,134,62). Sum of RGB (Red+Green+Blue) = 214+134+62=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6863E is #2979C1. Grayscale: #969696. Windows color (decimal): -2718146 or 4097750. OLE color: 4097750.
HSL color Cylindrical-coordinate representation of color #D6863E: hue angle of 28.42º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6863E is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 62 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.16 |
| HSL | 28.42º | 0.65% | 0.54% | - |
| HSV(B) | 28.42º | 0.71% | 0.84% | - |
| XYZ | 37.13 | 31.69 | 8.72 | - |
| YUV | 149.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 62 | 0 | 0.37 | 0.71 | 0.16 | 28.42 | 0.65 | 0.54 |
| Hex | D6 | 86 | 3E | 0 | 25 | 47 | 10 | 1C | 41 | 36 |
| Octal | 326 | 206 | 76 | 0 | 45 | 107 | 20 | 34 | 101 | 66 |
| Binary | 11010110 | 10000110 | 111110 | 0 | 100101 | 1000111 | 10000 | 11100 | 1000001 | 110110 |
Color Harmonies of #D6863E
Complementary color
Monochromatic Colors of #D6863E
Black with #D6863E
Text Example
Text Example
White with #D6863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6863E; }
p { color: rgb(214,134,62); }
H1.HeaderClassName
{
color: #D6863E;
}
.AnyTagClassName
{
color: #D6863E;
}
</style>
background-color css
<style>
a { background-color: #D6863E; }
a { background-color: rgb(214,134,62); }
div.DivClassName
{
background-color: #D6863E;
}
.BgClassName
{
background-color: #D6863E;
}
</style>
border-color css
<style>
span { border-color: #D6863E; }
span { border-color: rgb(214,134,62); }
td.TdClassName
{
border-color: #D6863E;
}
.TagClassName
{
border-color: #D6863E;
}
</style>