Shades of Peru #C6873F
Tints of Peru #C6873F
RGB
CMYK
RGB Variations
Color information
#C6873F (or 0xC6873F) is known color: Peru. HEX triplet: C6, 87 and 3F. RGB value is (198,135,63). Sum of RGB (Red+Green+Blue) = 198+135+63=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6873F is #3978C0. Grayscale: #919191. Windows color (decimal): -3766465 or 4163526. OLE color: 4163526.
HSL color Cylindrical-coordinate representation of color #C6873F: hue angle of 32º 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 #C6873F is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 63 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.22 |
| HSL | 32º | 0.54% | 0.51% | - |
| HSV(B) | 32º | 0.68% | 0.78% | - |
| XYZ | 32.85 | 29.69 | 8.7 | - |
| YUV | 145.63 | 81.37 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 63 | 0 | 0.32 | 0.68 | 0.22 | 32 | 0.54 | 0.51 |
| Hex | C6 | 87 | 3F | 0 | 20 | 44 | 16 | 20 | 36 | 33 |
| Octal | 306 | 207 | 77 | 0 | 40 | 104 | 26 | 40 | 66 | 63 |
| Binary | 11000110 | 10000111 | 111111 | 0 | 100000 | 1000100 | 10110 | 100000 | 110110 | 110011 |
Color Harmonies of #C6873F
Complementary color
Monochromatic Colors of #C6873F
Black with #C6873F
Text Example
Text Example
White with #C6873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6873F; }
p { color: rgb(198,135,63); }
H1.HeaderClassName
{
color: #C6873F;
}
.AnyTagClassName
{
color: #C6873F;
}
</style>
background-color css
<style>
a { background-color: #C6873F; }
a { background-color: rgb(198,135,63); }
div.DivClassName
{
background-color: #C6873F;
}
.BgClassName
{
background-color: #C6873F;
}
</style>
border-color css
<style>
span { border-color: #C6873F; }
span { border-color: rgb(198,135,63); }
td.TdClassName
{
border-color: #C6873F;
}
.TagClassName
{
border-color: #C6873F;
}
</style>