Shades of Peru #D18640
Tints of Peru #D18640
RGB
CMYK
RGB Variations
Color information
#D18640 (or 0xD18640) is known color: Peru. HEX triplet: D1, 86 and 40. RGB value is (209,134,64). Sum of RGB (Red+Green+Blue) = 209+134+64=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D18640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18640 is #2E79BF. Grayscale: #949494. Windows color (decimal): -3045824 or 4228817. OLE color: 4228817.
HSL color Cylindrical-coordinate representation of color #D18640: hue angle of 28.97º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D18640 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 64 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.18 |
| HSL | 28.97º | 0.61% | 0.54% | - |
| HSV(B) | 28.97º | 0.69% | 0.82% | - |
| XYZ | 35.75 | 30.98 | 8.95 | - |
| YUV | 148.45 | 80.35 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 64 | 0 | 0.36 | 0.69 | 0.18 | 28.97 | 0.61 | 0.54 |
| Hex | D1 | 86 | 40 | 0 | 24 | 45 | 12 | 1D | 3D | 36 |
| Octal | 321 | 206 | 100 | 0 | 44 | 105 | 22 | 35 | 75 | 66 |
| Binary | 11010001 | 10000110 | 1000000 | 0 | 100100 | 1000101 | 10010 | 11101 | 111101 | 110110 |
Color Harmonies of #D18640
Complementary color
Monochromatic Colors of #D18640
Black with #D18640
Text Example
Text Example
White with #D18640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18640; }
p { color: rgb(209,134,64); }
H1.HeaderClassName
{
color: #D18640;
}
.AnyTagClassName
{
color: #D18640;
}
</style>
background-color css
<style>
a { background-color: #D18640; }
a { background-color: rgb(209,134,64); }
div.DivClassName
{
background-color: #D18640;
}
.BgClassName
{
background-color: #D18640;
}
</style>
border-color css
<style>
span { border-color: #D18640; }
span { border-color: rgb(209,134,64); }
td.TdClassName
{
border-color: #D18640;
}
.TagClassName
{
border-color: #D18640;
}
</style>