Shades of Peru #D6833B
Tints of Peru #D6833B
RGB
CMYK
RGB Variations
Color information
#D6833B (or 0xD6833B) is known color: Peru. HEX triplet: D6, 83 and 3B. RGB value is (214,131,59). Sum of RGB (Red+Green+Blue) = 214+131+59=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6833B is #297CC4. Grayscale: #939393. Windows color (decimal): -2718917 or 3900374. OLE color: 3900374.
HSL color Cylindrical-coordinate representation of color #D6833B: hue angle of 27.87º 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 #D6833B is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 59 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.16 |
| HSL | 27.87º | 0.65% | 0.54% | - |
| HSV(B) | 27.87º | 0.72% | 0.84% | - |
| XYZ | 36.64 | 30.84 | 8.16 | - |
| YUV | 147.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 59 | 0 | 0.39 | 0.72 | 0.16 | 27.87 | 0.65 | 0.54 |
| Hex | D6 | 83 | 3B | 0 | 27 | 48 | 10 | 1C | 41 | 36 |
| Octal | 326 | 203 | 73 | 0 | 47 | 110 | 20 | 34 | 101 | 66 |
| Binary | 11010110 | 10000011 | 111011 | 0 | 100111 | 1001000 | 10000 | 11100 | 1000001 | 110110 |
Color Harmonies of #D6833B
Complementary color
Monochromatic Colors of #D6833B
Black with #D6833B
Text Example
Text Example
White with #D6833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6833B; }
p { color: rgb(214,131,59); }
H1.HeaderClassName
{
color: #D6833B;
}
.AnyTagClassName
{
color: #D6833B;
}
</style>
background-color css
<style>
a { background-color: #D6833B; }
a { background-color: rgb(214,131,59); }
div.DivClassName
{
background-color: #D6833B;
}
.BgClassName
{
background-color: #D6833B;
}
</style>
border-color css
<style>
span { border-color: #D6833B; }
span { border-color: rgb(214,131,59); }
td.TdClassName
{
border-color: #D6833B;
}
.TagClassName
{
border-color: #D6833B;
}
</style>