Shades of Peru #C68646
Tints of Peru #C68646
RGB
CMYK
RGB Variations
Color information
#C68646 (or 0xC68646) is known color: Peru. HEX triplet: C6, 86 and 46. RGB value is (198,134,70). Sum of RGB (Red+Green+Blue) = 198+134+70=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C68646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68646 is #3979B9. Grayscale: #929292. Windows color (decimal): -3766714 or 4622022. OLE color: 4622022.
HSL color Cylindrical-coordinate representation of color #C68646: hue angle of 30º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C68646 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 70 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.22 |
| HSL | 30º | 0.53% | 0.53% | - |
| HSV(B) | 30º | 0.65% | 0.78% | - |
| XYZ | 32.92 | 29.5 | 9.75 | - |
| YUV | 145.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 70 | 0 | 0.32 | 0.65 | 0.22 | 30 | 0.53 | 0.53 |
| Hex | C6 | 86 | 46 | 0 | 20 | 41 | 16 | 1E | 35 | 35 |
| Octal | 306 | 206 | 106 | 0 | 40 | 101 | 26 | 36 | 65 | 65 |
| Binary | 11000110 | 10000110 | 1000110 | 0 | 100000 | 1000001 | 10110 | 11110 | 110101 | 110101 |
Color Harmonies of #C68646
Complementary color
Monochromatic Colors of #C68646
Black with #C68646
Text Example
Text Example
White with #C68646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68646; }
p { color: rgb(198,134,70); }
H1.HeaderClassName
{
color: #C68646;
}
.AnyTagClassName
{
color: #C68646;
}
</style>
background-color css
<style>
a { background-color: #C68646; }
a { background-color: rgb(198,134,70); }
div.DivClassName
{
background-color: #C68646;
}
.BgClassName
{
background-color: #C68646;
}
</style>
border-color css
<style>
span { border-color: #C68646; }
span { border-color: rgb(198,134,70); }
td.TdClassName
{
border-color: #C68646;
}
.TagClassName
{
border-color: #C68646;
}
</style>