Shades of Peru #D6863A
Tints of Peru #D6863A
RGB
CMYK
RGB Variations
Color information
#D6863A (or 0xD6863A) is known color: Peru. HEX triplet: D6, 86 and 3A. RGB value is (214,134,58). Sum of RGB (Red+Green+Blue) = 214+134+58=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6863A is #2979C5. Grayscale: #959595. Windows color (decimal): -2718150 or 3835606. OLE color: 3835606.
HSL color Cylindrical-coordinate representation of color #D6863A: hue angle of 29.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6863A is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 58 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.16 |
| HSL | 29.23º | 0.66% | 0.53% | - |
| HSV(B) | 29.23º | 0.73% | 0.84% | - |
| XYZ | 37.02 | 31.65 | 8.16 | - |
| YUV | 149.26 | 76.5 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 58 | 0 | 0.37 | 0.73 | 0.16 | 29.23 | 0.66 | 0.53 |
| Hex | D6 | 86 | 3A | 0 | 25 | 49 | 10 | 1D | 42 | 35 |
| Octal | 326 | 206 | 72 | 0 | 45 | 111 | 20 | 35 | 102 | 65 |
| Binary | 11010110 | 10000110 | 111010 | 0 | 100101 | 1001001 | 10000 | 11101 | 1000010 | 110101 |
Color Harmonies of #D6863A
Complementary color
Monochromatic Colors of #D6863A
Black with #D6863A
Text Example
Text Example
White with #D6863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6863A; }
p { color: rgb(214,134,58); }
H1.HeaderClassName
{
color: #D6863A;
}
.AnyTagClassName
{
color: #D6863A;
}
</style>
background-color css
<style>
a { background-color: #D6863A; }
a { background-color: rgb(214,134,58); }
div.DivClassName
{
background-color: #D6863A;
}
.BgClassName
{
background-color: #D6863A;
}
</style>
border-color css
<style>
span { border-color: #D6863A; }
span { border-color: rgb(214,134,58); }
td.TdClassName
{
border-color: #D6863A;
}
.TagClassName
{
border-color: #D6863A;
}
</style>