Shades of Peru #D68C45
Tints of Peru #D68C45
RGB
CMYK
RGB Variations
Color information
#D68C45 (or 0xD68C45) is known color: Peru. HEX triplet: D6, 8C and 45. RGB value is (214,140,69). Sum of RGB (Red+Green+Blue) = 214+140+69=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C45 is #2973BA. Grayscale: #9A9A9A. Windows color (decimal): -2716603 or 4558038. OLE color: 4558038.
HSL color Cylindrical-coordinate representation of color #D68C45: hue angle of 29.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D68C45 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 69 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.16 |
| HSL | 29.38º | 0.64% | 0.55% | - |
| HSV(B) | 29.38º | 0.68% | 0.84% | - |
| XYZ | 38.18 | 33.48 | 10.08 | - |
| YUV | 154.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 69 | 0 | 0.35 | 0.68 | 0.16 | 29.38 | 0.64 | 0.55 |
| Hex | D6 | 8C | 45 | 0 | 23 | 44 | 10 | 1D | 40 | 37 |
| Octal | 326 | 214 | 105 | 0 | 43 | 104 | 20 | 35 | 100 | 67 |
| Binary | 11010110 | 10001100 | 1000101 | 0 | 100011 | 1000100 | 10000 | 11101 | 1000000 | 110111 |
Color Harmonies of #D68C45
Complementary color
Monochromatic Colors of #D68C45
Black with #D68C45
Text Example
Text Example
White with #D68C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C45; }
p { color: rgb(214,140,69); }
H1.HeaderClassName
{
color: #D68C45;
}
.AnyTagClassName
{
color: #D68C45;
}
</style>
background-color css
<style>
a { background-color: #D68C45; }
a { background-color: rgb(214,140,69); }
div.DivClassName
{
background-color: #D68C45;
}
.BgClassName
{
background-color: #D68C45;
}
</style>
border-color css
<style>
span { border-color: #D68C45; }
span { border-color: rgb(214,140,69); }
td.TdClassName
{
border-color: #D68C45;
}
.TagClassName
{
border-color: #D68C45;
}
</style>