Shades of Peru #C6863D
Tints of Peru #C6863D
RGB
CMYK
RGB Variations
Color information
#C6863D (or 0xC6863D) is known color: Peru. HEX triplet: C6, 86 and 3D. RGB value is (198,134,61). Sum of RGB (Red+Green+Blue) = 198+134+61=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6863D is #3979C2. Grayscale: #919191. Windows color (decimal): -3766723 or 4032198. OLE color: 4032198.
HSL color Cylindrical-coordinate representation of color #C6863D: hue angle of 31.97º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6863D is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 61 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.22 |
| HSL | 31.97º | 0.55% | 0.51% | - |
| HSV(B) | 31.97º | 0.69% | 0.78% | - |
| XYZ | 32.66 | 29.39 | 8.37 | - |
| YUV | 144.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 61 | 0 | 0.32 | 0.69 | 0.22 | 31.97 | 0.55 | 0.51 |
| Hex | C6 | 86 | 3D | 0 | 20 | 45 | 16 | 20 | 37 | 33 |
| Octal | 306 | 206 | 75 | 0 | 40 | 105 | 26 | 40 | 67 | 63 |
| Binary | 11000110 | 10000110 | 111101 | 0 | 100000 | 1000101 | 10110 | 100000 | 110111 | 110011 |
Color Harmonies of #C6863D
Complementary color
Monochromatic Colors of #C6863D
Black with #C6863D
Text Example
Text Example
White with #C6863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6863D; }
p { color: rgb(198,134,61); }
H1.HeaderClassName
{
color: #C6863D;
}
.AnyTagClassName
{
color: #C6863D;
}
</style>
background-color css
<style>
a { background-color: #C6863D; }
a { background-color: rgb(198,134,61); }
div.DivClassName
{
background-color: #C6863D;
}
.BgClassName
{
background-color: #C6863D;
}
</style>
border-color css
<style>
span { border-color: #C6863D; }
span { border-color: rgb(198,134,61); }
td.TdClassName
{
border-color: #C6863D;
}
.TagClassName
{
border-color: #C6863D;
}
</style>