Shades of Peru #C68241
Tints of Peru #C68241
RGB
CMYK
RGB Variations
Color information
#C68241 (or 0xC68241) is known color: Peru. HEX triplet: C6, 82 and 41. RGB value is (198,130,65). Sum of RGB (Red+Green+Blue) = 198+130+65=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C68241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68241 is #397DBE. Grayscale: #8F8F8F. Windows color (decimal): -3767743 or 4293318. OLE color: 4293318.
HSL color Cylindrical-coordinate representation of color #C68241: hue angle of 29.32º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C68241 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 65 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.22 |
| HSL | 29.32º | 0.54% | 0.52% | - |
| HSV(B) | 29.32º | 0.67% | 0.78% | - |
| XYZ | 32.23 | 28.35 | 8.78 | - |
| YUV | 142.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 65 | 0 | 0.34 | 0.67 | 0.22 | 29.32 | 0.54 | 0.52 |
| Hex | C6 | 82 | 41 | 0 | 22 | 43 | 16 | 1D | 36 | 34 |
| Octal | 306 | 202 | 101 | 0 | 42 | 103 | 26 | 35 | 66 | 64 |
| Binary | 11000110 | 10000010 | 1000001 | 0 | 100010 | 1000011 | 10110 | 11101 | 110110 | 110100 |
Color Harmonies of #C68241
Complementary color
Monochromatic Colors of #C68241
Black with #C68241
Text Example
Text Example
White with #C68241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68241; }
p { color: rgb(198,130,65); }
H1.HeaderClassName
{
color: #C68241;
}
.AnyTagClassName
{
color: #C68241;
}
</style>
background-color css
<style>
a { background-color: #C68241; }
a { background-color: rgb(198,130,65); }
div.DivClassName
{
background-color: #C68241;
}
.BgClassName
{
background-color: #C68241;
}
</style>
border-color css
<style>
span { border-color: #C68241; }
span { border-color: rgb(198,130,65); }
td.TdClassName
{
border-color: #C68241;
}
.TagClassName
{
border-color: #C68241;
}
</style>