Shades of Peru #D68940
Tints of Peru #D68940
RGB
CMYK
RGB Variations
Color information
#D68940 (or 0xD68940) is known color: Peru. HEX triplet: D6, 89 and 40. RGB value is (214,137,64). Sum of RGB (Red+Green+Blue) = 214+137+64=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D68940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68940 is #2976BF. Grayscale: #989898. Windows color (decimal): -2717376 or 4229590. OLE color: 4229590.
HSL color Cylindrical-coordinate representation of color #D68940: hue angle of 29.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D68940 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 64 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.16 |
| HSL | 29.2º | 0.65% | 0.55% | - |
| HSV(B) | 29.2º | 0.7% | 0.84% | - |
| XYZ | 37.6 | 32.56 | 9.15 | - |
| YUV | 151.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 64 | 0 | 0.36 | 0.70 | 0.16 | 29.2 | 0.65 | 0.55 |
| Hex | D6 | 89 | 40 | 0 | 24 | 46 | 10 | 1D | 41 | 37 |
| Octal | 326 | 211 | 100 | 0 | 44 | 106 | 20 | 35 | 101 | 67 |
| Binary | 11010110 | 10001001 | 1000000 | 0 | 100100 | 1000110 | 10000 | 11101 | 1000001 | 110111 |
Color Harmonies of #D68940
Complementary color
Monochromatic Colors of #D68940
Black with #D68940
Text Example
Text Example
White with #D68940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68940; }
p { color: rgb(214,137,64); }
H1.HeaderClassName
{
color: #D68940;
}
.AnyTagClassName
{
color: #D68940;
}
</style>
background-color css
<style>
a { background-color: #D68940; }
a { background-color: rgb(214,137,64); }
div.DivClassName
{
background-color: #D68940;
}
.BgClassName
{
background-color: #D68940;
}
</style>
border-color css
<style>
span { border-color: #D68940; }
span { border-color: rgb(214,137,64); }
td.TdClassName
{
border-color: #D68940;
}
.TagClassName
{
border-color: #D68940;
}
</style>