Shades of Peru #D6883D
Tints of Peru #D6883D
RGB
CMYK
RGB Variations
Color information
#D6883D (or 0xD6883D) is known color: Peru. HEX triplet: D6, 88 and 3D. RGB value is (214,136,61). Sum of RGB (Red+Green+Blue) = 214+136+61=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6883D is #2977C2. Grayscale: #979797. Windows color (decimal): -2717635 or 4032726. OLE color: 4032726.
HSL color Cylindrical-coordinate representation of color #D6883D: hue angle of 29.41º 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 #D6883D is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 61 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.16 |
| HSL | 29.41º | 0.65% | 0.54% | - |
| HSV(B) | 29.41º | 0.71% | 0.84% | - |
| XYZ | 37.38 | 32.24 | 8.67 | - |
| YUV | 150.77 | 77.34 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 61 | 0 | 0.36 | 0.71 | 0.16 | 29.41 | 0.65 | 0.54 |
| Hex | D6 | 88 | 3D | 0 | 24 | 47 | 10 | 1D | 41 | 36 |
| Octal | 326 | 210 | 75 | 0 | 44 | 107 | 20 | 35 | 101 | 66 |
| Binary | 11010110 | 10001000 | 111101 | 0 | 100100 | 1000111 | 10000 | 11101 | 1000001 | 110110 |
Color Harmonies of #D6883D
Complementary color
Monochromatic Colors of #D6883D
Black with #D6883D
Text Example
Text Example
White with #D6883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6883D; }
p { color: rgb(214,136,61); }
H1.HeaderClassName
{
color: #D6883D;
}
.AnyTagClassName
{
color: #D6883D;
}
</style>
background-color css
<style>
a { background-color: #D6883D; }
a { background-color: rgb(214,136,61); }
div.DivClassName
{
background-color: #D6883D;
}
.BgClassName
{
background-color: #D6883D;
}
</style>
border-color css
<style>
span { border-color: #D6883D; }
span { border-color: rgb(214,136,61); }
td.TdClassName
{
border-color: #D6883D;
}
.TagClassName
{
border-color: #D6883D;
}
</style>