Shades of Peru #C68349
Tints of Peru #C68349
RGB
CMYK
RGB Variations
Color information
#C68349 (or 0xC68349) is known color: Peru. HEX triplet: C6, 83 and 49. RGB value is (198,131,73). Sum of RGB (Red+Green+Blue) = 198+131+73=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C68349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68349 is #397CB6. Grayscale: #909090. Windows color (decimal): -3767479 or 4817862. OLE color: 4817862.
HSL color Cylindrical-coordinate representation of color #C68349: hue angle of 27.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C68349 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 73 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.22 |
| HSL | 27.84º | 0.52% | 0.53% | - |
| HSV(B) | 27.84º | 0.63% | 0.78% | - |
| XYZ | 32.61 | 28.72 | 10.13 | - |
| YUV | 144.42 | 87.7 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 73 | 0 | 0.34 | 0.63 | 0.22 | 27.84 | 0.52 | 0.53 |
| Hex | C6 | 83 | 49 | 0 | 22 | 3F | 16 | 1C | 34 | 35 |
| Octal | 306 | 203 | 111 | 0 | 42 | 77 | 26 | 34 | 64 | 65 |
| Binary | 11000110 | 10000011 | 1001001 | 0 | 100010 | 111111 | 10110 | 11100 | 110100 | 110101 |
Color Harmonies of #C68349
Complementary color
Monochromatic Colors of #C68349
Black with #C68349
Text Example
Text Example
White with #C68349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68349; }
p { color: rgb(198,131,73); }
H1.HeaderClassName
{
color: #C68349;
}
.AnyTagClassName
{
color: #C68349;
}
</style>
background-color css
<style>
a { background-color: #C68349; }
a { background-color: rgb(198,131,73); }
div.DivClassName
{
background-color: #C68349;
}
.BgClassName
{
background-color: #C68349;
}
</style>
border-color css
<style>
span { border-color: #C68349; }
span { border-color: rgb(198,131,73); }
td.TdClassName
{
border-color: #C68349;
}
.TagClassName
{
border-color: #C68349;
}
</style>