Shades of Peru #D6833A
Tints of Peru #D6833A
RGB
CMYK
RGB Variations
Color information
#D6833A (or 0xD6833A) is known color: Peru. HEX triplet: D6, 83 and 3A. RGB value is (214,131,58). Sum of RGB (Red+Green+Blue) = 214+131+58=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6833A is #297CC5. Grayscale: #939393. Windows color (decimal): -2718918 or 3834838. OLE color: 3834838.
HSL color Cylindrical-coordinate representation of color #D6833A: hue angle of 28.08º 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 #D6833A is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 58 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.16 |
| HSL | 28.08º | 0.66% | 0.53% | - |
| HSV(B) | 28.08º | 0.73% | 0.84% | - |
| XYZ | 36.61 | 30.83 | 8.02 | - |
| YUV | 147.5 | 77.5 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 58 | 0 | 0.39 | 0.73 | 0.16 | 28.08 | 0.66 | 0.53 |
| Hex | D6 | 83 | 3A | 0 | 27 | 49 | 10 | 1C | 42 | 35 |
| Octal | 326 | 203 | 72 | 0 | 47 | 111 | 20 | 34 | 102 | 65 |
| Binary | 11010110 | 10000011 | 111010 | 0 | 100111 | 1001001 | 10000 | 11100 | 1000010 | 110101 |
Color Harmonies of #D6833A
Complementary color
Monochromatic Colors of #D6833A
Black with #D6833A
Text Example
Text Example
White with #D6833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6833A; }
p { color: rgb(214,131,58); }
H1.HeaderClassName
{
color: #D6833A;
}
.AnyTagClassName
{
color: #D6833A;
}
</style>
background-color css
<style>
a { background-color: #D6833A; }
a { background-color: rgb(214,131,58); }
div.DivClassName
{
background-color: #D6833A;
}
.BgClassName
{
background-color: #D6833A;
}
</style>
border-color css
<style>
span { border-color: #D6833A; }
span { border-color: rgb(214,131,58); }
td.TdClassName
{
border-color: #D6833A;
}
.TagClassName
{
border-color: #D6833A;
}
</style>