Shades of Peru #D68A45
Tints of Peru #D68A45
RGB
CMYK
RGB Variations
Color information
#D68A45 (or 0xD68A45) is known color: Peru. HEX triplet: D6, 8A and 45. RGB value is (214,138,69). Sum of RGB (Red+Green+Blue) = 214+138+69=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A45 is #2975BA. Grayscale: #999999. Windows color (decimal): -2717115 or 4557526. OLE color: 4557526.
HSL color Cylindrical-coordinate representation of color #D68A45: hue angle of 28.55º 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 #D68A45 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 69 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.16 |
| HSL | 28.55º | 0.64% | 0.55% | - |
| HSV(B) | 28.55º | 0.68% | 0.84% | - |
| XYZ | 37.89 | 32.9 | 9.98 | - |
| YUV | 152.86 | 80.68 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 69 | 0 | 0.36 | 0.68 | 0.16 | 28.55 | 0.64 | 0.55 |
| Hex | D6 | 8A | 45 | 0 | 24 | 44 | 10 | 1D | 40 | 37 |
| Octal | 326 | 212 | 105 | 0 | 44 | 104 | 20 | 35 | 100 | 67 |
| Binary | 11010110 | 10001010 | 1000101 | 0 | 100100 | 1000100 | 10000 | 11101 | 1000000 | 110111 |
Color Harmonies of #D68A45
Complementary color
Monochromatic Colors of #D68A45
Black with #D68A45
Text Example
Text Example
White with #D68A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A45; }
p { color: rgb(214,138,69); }
H1.HeaderClassName
{
color: #D68A45;
}
.AnyTagClassName
{
color: #D68A45;
}
</style>
background-color css
<style>
a { background-color: #D68A45; }
a { background-color: rgb(214,138,69); }
div.DivClassName
{
background-color: #D68A45;
}
.BgClassName
{
background-color: #D68A45;
}
</style>
border-color css
<style>
span { border-color: #D68A45; }
span { border-color: rgb(214,138,69); }
td.TdClassName
{
border-color: #D68A45;
}
.TagClassName
{
border-color: #D68A45;
}
</style>