Shades of Peru #C6854C
Tints of Peru #C6854C
RGB
CMYK
RGB Variations
Color information
#C6854C (or 0xC6854C) is known color: Peru. HEX triplet: C6, 85 and 4C. RGB value is (198,133,76). Sum of RGB (Red+Green+Blue) = 198+133+76=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6854C is #397AB3. Grayscale: #929292. Windows color (decimal): -3766964 or 5014982. OLE color: 5014982.
HSL color Cylindrical-coordinate representation of color #C6854C: hue angle of 28.03º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6854C is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 76 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.22 |
| HSL | 28.03º | 0.52% | 0.54% | - |
| HSV(B) | 28.03º | 0.62% | 0.78% | - |
| XYZ | 32.98 | 29.3 | 10.76 | - |
| YUV | 145.94 | 88.53 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 76 | 0 | 0.33 | 0.62 | 0.22 | 28.03 | 0.52 | 0.54 |
| Hex | C6 | 85 | 4C | 0 | 21 | 3E | 16 | 1C | 34 | 36 |
| Octal | 306 | 205 | 114 | 0 | 41 | 76 | 26 | 34 | 64 | 66 |
| Binary | 11000110 | 10000101 | 1001100 | 0 | 100001 | 111110 | 10110 | 11100 | 110100 | 110110 |
Color Harmonies of #C6854C
Complementary color
Monochromatic Colors of #C6854C
Black with #C6854C
Text Example
Text Example
White with #C6854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6854C; }
p { color: rgb(198,133,76); }
H1.HeaderClassName
{
color: #C6854C;
}
.AnyTagClassName
{
color: #C6854C;
}
</style>
background-color css
<style>
a { background-color: #C6854C; }
a { background-color: rgb(198,133,76); }
div.DivClassName
{
background-color: #C6854C;
}
.BgClassName
{
background-color: #C6854C;
}
</style>
border-color css
<style>
span { border-color: #C6854C; }
span { border-color: rgb(198,133,76); }
td.TdClassName
{
border-color: #C6854C;
}
.TagClassName
{
border-color: #C6854C;
}
</style>