Shades of Peru #D68838
Tints of Peru #D68838
RGB
CMYK
RGB Variations
Color information
#D68838 (or 0xD68838) is known color: Peru. HEX triplet: D6, 88 and 38. RGB value is (214,136,56). Sum of RGB (Red+Green+Blue) = 214+136+56=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D68838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68838 is #2977C7. Grayscale: #969696. Windows color (decimal): -2717640 or 3705046. OLE color: 3705046.
HSL color Cylindrical-coordinate representation of color #D68838: hue angle of 30.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D68838 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 56 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.16 |
| HSL | 30.38º | 0.66% | 0.53% | - |
| HSV(B) | 30.38º | 0.74% | 0.84% | - |
| XYZ | 37.25 | 32.19 | 7.99 | - |
| YUV | 150.2 | 74.84 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 56 | 0 | 0.36 | 0.74 | 0.16 | 30.38 | 0.66 | 0.53 |
| Hex | D6 | 88 | 38 | 0 | 24 | 4A | 10 | 1E | 42 | 35 |
| Octal | 326 | 210 | 70 | 0 | 44 | 112 | 20 | 36 | 102 | 65 |
| Binary | 11010110 | 10001000 | 111000 | 0 | 100100 | 1001010 | 10000 | 11110 | 1000010 | 110101 |
Color Harmonies of #D68838
Complementary color
Monochromatic Colors of #D68838
Black with #D68838
Text Example
Text Example
White with #D68838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68838; }
p { color: rgb(214,136,56); }
H1.HeaderClassName
{
color: #D68838;
}
.AnyTagClassName
{
color: #D68838;
}
</style>
background-color css
<style>
a { background-color: #D68838; }
a { background-color: rgb(214,136,56); }
div.DivClassName
{
background-color: #D68838;
}
.BgClassName
{
background-color: #D68838;
}
</style>
border-color css
<style>
span { border-color: #D68838; }
span { border-color: rgb(214,136,56); }
td.TdClassName
{
border-color: #D68838;
}
.TagClassName
{
border-color: #D68838;
}
</style>