Shades of Peru #D68E49
Tints of Peru #D68E49
RGB
CMYK
RGB Variations
Color information
#D68E49 (or 0xD68E49) is known color: Peru. HEX triplet: D6, 8E and 49. RGB value is (214,142,73). Sum of RGB (Red+Green+Blue) = 214+142+73=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E49 is #2971B6. Grayscale: #9C9C9C. Windows color (decimal): -2716087 or 4820694. OLE color: 4820694.
HSL color Cylindrical-coordinate representation of color #D68E49: hue angle of 29.36º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D68E49 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 73 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.16 |
| HSL | 29.36º | 0.63% | 0.56% | - |
| HSV(B) | 29.36º | 0.66% | 0.84% | - |
| XYZ | 38.61 | 34.12 | 10.85 | - |
| YUV | 155.66 | 81.35 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 73 | 0 | 0.34 | 0.66 | 0.16 | 29.36 | 0.63 | 0.56 |
| Hex | D6 | 8E | 49 | 0 | 22 | 42 | 10 | 1D | 3F | 38 |
| Octal | 326 | 216 | 111 | 0 | 42 | 102 | 20 | 35 | 77 | 70 |
| Binary | 11010110 | 10001110 | 1001001 | 0 | 100010 | 1000010 | 10000 | 11101 | 111111 | 111000 |
Color Harmonies of #D68E49
Complementary color
Monochromatic Colors of #D68E49
Black with #D68E49
Text Example
Text Example
White with #D68E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E49; }
p { color: rgb(214,142,73); }
H1.HeaderClassName
{
color: #D68E49;
}
.AnyTagClassName
{
color: #D68E49;
}
</style>
background-color css
<style>
a { background-color: #D68E49; }
a { background-color: rgb(214,142,73); }
div.DivClassName
{
background-color: #D68E49;
}
.BgClassName
{
background-color: #D68E49;
}
</style>
border-color css
<style>
span { border-color: #D68E49; }
span { border-color: rgb(214,142,73); }
td.TdClassName
{
border-color: #D68E49;
}
.TagClassName
{
border-color: #D68E49;
}
</style>