Shades of Peru #D6883F
Tints of Peru #D6883F
RGB
CMYK
RGB Variations
Color information
#D6883F (or 0xD6883F) is known color: Peru. HEX triplet: D6, 88 and 3F. RGB value is (214,136,63). Sum of RGB (Red+Green+Blue) = 214+136+63=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6883F is #2977C0. Grayscale: #979797. Windows color (decimal): -2717633 or 4163798. OLE color: 4163798.
HSL color Cylindrical-coordinate representation of color #D6883F: hue angle of 29.01º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6883F is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 63 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.16 |
| HSL | 29.01º | 0.65% | 0.54% | - |
| HSV(B) | 29.01º | 0.71% | 0.84% | - |
| XYZ | 37.43 | 32.26 | 8.96 | - |
| YUV | 151 | 78.34 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 63 | 0 | 0.36 | 0.71 | 0.16 | 29.01 | 0.65 | 0.54 |
| Hex | D6 | 88 | 3F | 0 | 24 | 47 | 10 | 1D | 41 | 36 |
| Octal | 326 | 210 | 77 | 0 | 44 | 107 | 20 | 35 | 101 | 66 |
| Binary | 11010110 | 10001000 | 111111 | 0 | 100100 | 1000111 | 10000 | 11101 | 1000001 | 110110 |
Color Harmonies of #D6883F
Complementary color
Monochromatic Colors of #D6883F
Black with #D6883F
Text Example
Text Example
White with #D6883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6883F; }
p { color: rgb(214,136,63); }
H1.HeaderClassName
{
color: #D6883F;
}
.AnyTagClassName
{
color: #D6883F;
}
</style>
background-color css
<style>
a { background-color: #D6883F; }
a { background-color: rgb(214,136,63); }
div.DivClassName
{
background-color: #D6883F;
}
.BgClassName
{
background-color: #D6883F;
}
</style>
border-color css
<style>
span { border-color: #D6883F; }
span { border-color: rgb(214,136,63); }
td.TdClassName
{
border-color: #D6883F;
}
.TagClassName
{
border-color: #D6883F;
}
</style>