Shades of Peru #D68D47
Tints of Peru #D68D47
RGB
CMYK
RGB Variations
Color information
#D68D47 (or 0xD68D47) is known color: Peru. HEX triplet: D6, 8D and 47. RGB value is (214,141,71). Sum of RGB (Red+Green+Blue) = 214+141+71=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D47 is #2972B8. Grayscale: #9B9B9B. Windows color (decimal): -2716345 or 4689366. OLE color: 4689366.
HSL color Cylindrical-coordinate representation of color #D68D47: hue angle of 29.37º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D68D47 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 71 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.16 |
| HSL | 29.37º | 0.64% | 0.56% | - |
| HSV(B) | 29.37º | 0.67% | 0.84% | - |
| XYZ | 38.39 | 33.8 | 10.46 | - |
| YUV | 154.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 71 | 0 | 0.34 | 0.67 | 0.16 | 29.37 | 0.64 | 0.56 |
| Hex | D6 | 8D | 47 | 0 | 22 | 43 | 10 | 1D | 40 | 38 |
| Octal | 326 | 215 | 107 | 0 | 42 | 103 | 20 | 35 | 100 | 70 |
| Binary | 11010110 | 10001101 | 1000111 | 0 | 100010 | 1000011 | 10000 | 11101 | 1000000 | 111000 |
Color Harmonies of #D68D47
Complementary color
Monochromatic Colors of #D68D47
Black with #D68D47
Text Example
Text Example
White with #D68D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D47; }
p { color: rgb(214,141,71); }
H1.HeaderClassName
{
color: #D68D47;
}
.AnyTagClassName
{
color: #D68D47;
}
</style>
background-color css
<style>
a { background-color: #D68D47; }
a { background-color: rgb(214,141,71); }
div.DivClassName
{
background-color: #D68D47;
}
.BgClassName
{
background-color: #D68D47;
}
</style>
border-color css
<style>
span { border-color: #D68D47; }
span { border-color: rgb(214,141,71); }
td.TdClassName
{
border-color: #D68D47;
}
.TagClassName
{
border-color: #D68D47;
}
</style>