Shades of Peru #D18645
Tints of Peru #D18645
RGB
CMYK
RGB Variations
Color information
#D18645 (or 0xD18645) is known color: Peru. HEX triplet: D1, 86 and 45. RGB value is (209,134,69). Sum of RGB (Red+Green+Blue) = 209+134+69=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D18645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18645 is #2E79BA. Grayscale: #959595. Windows color (decimal): -3045819 or 4556497. OLE color: 4556497.
HSL color Cylindrical-coordinate representation of color #D18645: hue angle of 27.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D18645 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 69 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.18 |
| HSL | 27.86º | 0.6% | 0.55% | - |
| HSV(B) | 27.86º | 0.67% | 0.82% | - |
| XYZ | 35.89 | 31.04 | 9.73 | - |
| YUV | 149.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 69 | 0 | 0.36 | 0.67 | 0.18 | 27.86 | 0.6 | 0.55 |
| Hex | D1 | 86 | 45 | 0 | 24 | 43 | 12 | 1C | 3C | 37 |
| Octal | 321 | 206 | 105 | 0 | 44 | 103 | 22 | 34 | 74 | 67 |
| Binary | 11010001 | 10000110 | 1000101 | 0 | 100100 | 1000011 | 10010 | 11100 | 111100 | 110111 |
Color Harmonies of #D18645
Complementary color
Monochromatic Colors of #D18645
Black with #D18645
Text Example
Text Example
White with #D18645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18645; }
p { color: rgb(209,134,69); }
H1.HeaderClassName
{
color: #D18645;
}
.AnyTagClassName
{
color: #D18645;
}
</style>
background-color css
<style>
a { background-color: #D18645; }
a { background-color: rgb(209,134,69); }
div.DivClassName
{
background-color: #D18645;
}
.BgClassName
{
background-color: #D18645;
}
</style>
border-color css
<style>
span { border-color: #D18645; }
span { border-color: rgb(209,134,69); }
td.TdClassName
{
border-color: #D18645;
}
.TagClassName
{
border-color: #D18645;
}
</style>