Shades of Peru #C6863F
Tints of Peru #C6863F
RGB
CMYK
RGB Variations
Color information
#C6863F (or 0xC6863F) is known color: Peru. HEX triplet: C6, 86 and 3F. RGB value is (198,134,63). Sum of RGB (Red+Green+Blue) = 198+134+63=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6863F is #3979C0. Grayscale: #919191. Windows color (decimal): -3766721 or 4163270. OLE color: 4163270.
HSL color Cylindrical-coordinate representation of color #C6863F: hue angle of 31.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6863F is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 63 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.22 |
| HSL | 31.56º | 0.54% | 0.51% | - |
| HSV(B) | 31.56º | 0.68% | 0.78% | - |
| XYZ | 32.71 | 29.41 | 8.66 | - |
| YUV | 145.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 63 | 0 | 0.32 | 0.68 | 0.22 | 31.56 | 0.54 | 0.51 |
| Hex | C6 | 86 | 3F | 0 | 20 | 44 | 16 | 20 | 36 | 33 |
| Octal | 306 | 206 | 77 | 0 | 40 | 104 | 26 | 40 | 66 | 63 |
| Binary | 11000110 | 10000110 | 111111 | 0 | 100000 | 1000100 | 10110 | 100000 | 110110 | 110011 |
Color Harmonies of #C6863F
Complementary color
Monochromatic Colors of #C6863F
Black with #C6863F
Text Example
Text Example
White with #C6863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6863F; }
p { color: rgb(198,134,63); }
H1.HeaderClassName
{
color: #C6863F;
}
.AnyTagClassName
{
color: #C6863F;
}
</style>
background-color css
<style>
a { background-color: #C6863F; }
a { background-color: rgb(198,134,63); }
div.DivClassName
{
background-color: #C6863F;
}
.BgClassName
{
background-color: #C6863F;
}
</style>
border-color css
<style>
span { border-color: #C6863F; }
span { border-color: rgb(198,134,63); }
td.TdClassName
{
border-color: #C6863F;
}
.TagClassName
{
border-color: #C6863F;
}
</style>