Shades of Peru #D6823C
Tints of Peru #D6823C
RGB
CMYK
RGB Variations
Color information
#D6823C (or 0xD6823C) is known color: Peru. HEX triplet: D6, 82 and 3C. RGB value is (214,130,60). Sum of RGB (Red+Green+Blue) = 214+130+60=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6823C is #297DC3. Grayscale: #939393. Windows color (decimal): -2719172 or 3965654. OLE color: 3965654.
HSL color Cylindrical-coordinate representation of color #D6823C: hue angle of 27.27º 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 #D6823C is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 60 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.16 |
| HSL | 27.27º | 0.65% | 0.54% | - |
| HSV(B) | 27.27º | 0.72% | 0.84% | - |
| XYZ | 36.53 | 30.59 | 8.25 | - |
| YUV | 147.14 | 78.83 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 60 | 0 | 0.39 | 0.72 | 0.16 | 27.27 | 0.65 | 0.54 |
| Hex | D6 | 82 | 3C | 0 | 27 | 48 | 10 | 1B | 41 | 36 |
| Octal | 326 | 202 | 74 | 0 | 47 | 110 | 20 | 33 | 101 | 66 |
| Binary | 11010110 | 10000010 | 111100 | 0 | 100111 | 1001000 | 10000 | 11011 | 1000001 | 110110 |
Color Harmonies of #D6823C
Complementary color
Monochromatic Colors of #D6823C
Black with #D6823C
Text Example
Text Example
White with #D6823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6823C; }
p { color: rgb(214,130,60); }
H1.HeaderClassName
{
color: #D6823C;
}
.AnyTagClassName
{
color: #D6823C;
}
</style>
background-color css
<style>
a { background-color: #D6823C; }
a { background-color: rgb(214,130,60); }
div.DivClassName
{
background-color: #D6823C;
}
.BgClassName
{
background-color: #D6823C;
}
</style>
border-color css
<style>
span { border-color: #D6823C; }
span { border-color: rgb(214,130,60); }
td.TdClassName
{
border-color: #D6823C;
}
.TagClassName
{
border-color: #D6823C;
}
</style>