Shades of Peru #D6813B
Tints of Peru #D6813B
RGB
CMYK
RGB Variations
Color information
#D6813B (or 0xD6813B) is known color: Peru. HEX triplet: D6, 81 and 3B. RGB value is (214,129,59). Sum of RGB (Red+Green+Blue) = 214+129+59=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6813B is #297EC4. Grayscale: #929292. Windows color (decimal): -2719429 or 3899862. OLE color: 3899862.
HSL color Cylindrical-coordinate representation of color #D6813B: hue angle of 27.1º 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 #D6813B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 59 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.16 |
| HSL | 27.1º | 0.65% | 0.54% | - |
| HSV(B) | 27.1º | 0.72% | 0.84% | - |
| XYZ | 36.37 | 30.31 | 8.07 | - |
| YUV | 146.44 | 78.66 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 59 | 0 | 0.40 | 0.72 | 0.16 | 27.1 | 0.65 | 0.54 |
| Hex | D6 | 81 | 3B | 0 | 28 | 48 | 10 | 1B | 41 | 36 |
| Octal | 326 | 201 | 73 | 0 | 50 | 110 | 20 | 33 | 101 | 66 |
| Binary | 11010110 | 10000001 | 111011 | 0 | 101000 | 1001000 | 10000 | 11011 | 1000001 | 110110 |
Color Harmonies of #D6813B
Complementary color
Monochromatic Colors of #D6813B
Black with #D6813B
Text Example
Text Example
White with #D6813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6813B; }
p { color: rgb(214,129,59); }
H1.HeaderClassName
{
color: #D6813B;
}
.AnyTagClassName
{
color: #D6813B;
}
</style>
background-color css
<style>
a { background-color: #D6813B; }
a { background-color: rgb(214,129,59); }
div.DivClassName
{
background-color: #D6813B;
}
.BgClassName
{
background-color: #D6813B;
}
</style>
border-color css
<style>
span { border-color: #D6813B; }
span { border-color: rgb(214,129,59); }
td.TdClassName
{
border-color: #D6813B;
}
.TagClassName
{
border-color: #D6813B;
}
</style>