Shades of Peru #D6843A
Tints of Peru #D6843A
RGB
CMYK
RGB Variations
Color information
#D6843A (or 0xD6843A) is known color: Peru. HEX triplet: D6, 84 and 3A. RGB value is (214,132,58). Sum of RGB (Red+Green+Blue) = 214+132+58=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6843A is #297BC5. Grayscale: #949494. Windows color (decimal): -2718662 or 3835094. OLE color: 3835094.
HSL color Cylindrical-coordinate representation of color #D6843A: hue angle of 28.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6843A is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 58 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.16 |
| HSL | 28.46º | 0.66% | 0.53% | - |
| HSV(B) | 28.46º | 0.73% | 0.84% | - |
| XYZ | 36.75 | 31.1 | 8.07 | - |
| YUV | 148.08 | 77.17 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 58 | 0 | 0.38 | 0.73 | 0.16 | 28.46 | 0.66 | 0.53 |
| Hex | D6 | 84 | 3A | 0 | 26 | 49 | 10 | 1C | 42 | 35 |
| Octal | 326 | 204 | 72 | 0 | 46 | 111 | 20 | 34 | 102 | 65 |
| Binary | 11010110 | 10000100 | 111010 | 0 | 100110 | 1001001 | 10000 | 11100 | 1000010 | 110101 |
Color Harmonies of #D6843A
Complementary color
Monochromatic Colors of #D6843A
Black with #D6843A
Text Example
Text Example
White with #D6843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6843A; }
p { color: rgb(214,132,58); }
H1.HeaderClassName
{
color: #D6843A;
}
.AnyTagClassName
{
color: #D6843A;
}
</style>
background-color css
<style>
a { background-color: #D6843A; }
a { background-color: rgb(214,132,58); }
div.DivClassName
{
background-color: #D6843A;
}
.BgClassName
{
background-color: #D6843A;
}
</style>
border-color css
<style>
span { border-color: #D6843A; }
span { border-color: rgb(214,132,58); }
td.TdClassName
{
border-color: #D6843A;
}
.TagClassName
{
border-color: #D6843A;
}
</style>