Shades of Peru #D6893B
Tints of Peru #D6893B
RGB
CMYK
RGB Variations
Color information
#D6893B (or 0xD6893B) is known color: Peru. HEX triplet: D6, 89 and 3B. RGB value is (214,137,59). Sum of RGB (Red+Green+Blue) = 214+137+59=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6893B is #2976C4. Grayscale: #979797. Windows color (decimal): -2717381 or 3901910. OLE color: 3901910.
HSL color Cylindrical-coordinate representation of color #D6893B: hue angle of 30.19º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6893B is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 59 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.16 |
| HSL | 30.19º | 0.65% | 0.54% | - |
| HSV(B) | 30.19º | 0.72% | 0.84% | - |
| XYZ | 37.47 | 32.5 | 8.44 | - |
| YUV | 151.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 59 | 0 | 0.36 | 0.72 | 0.16 | 30.19 | 0.65 | 0.54 |
| Hex | D6 | 89 | 3B | 0 | 24 | 48 | 10 | 1E | 41 | 36 |
| Octal | 326 | 211 | 73 | 0 | 44 | 110 | 20 | 36 | 101 | 66 |
| Binary | 11010110 | 10001001 | 111011 | 0 | 100100 | 1001000 | 10000 | 11110 | 1000001 | 110110 |
Color Harmonies of #D6893B
Complementary color
Monochromatic Colors of #D6893B
Black with #D6893B
Text Example
Text Example
White with #D6893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6893B; }
p { color: rgb(214,137,59); }
H1.HeaderClassName
{
color: #D6893B;
}
.AnyTagClassName
{
color: #D6893B;
}
</style>
background-color css
<style>
a { background-color: #D6893B; }
a { background-color: rgb(214,137,59); }
div.DivClassName
{
background-color: #D6893B;
}
.BgClassName
{
background-color: #D6893B;
}
</style>
border-color css
<style>
span { border-color: #D6893B; }
span { border-color: rgb(214,137,59); }
td.TdClassName
{
border-color: #D6893B;
}
.TagClassName
{
border-color: #D6893B;
}
</style>