Shades of Peru #C68542
Tints of Peru #C68542
RGB
CMYK
RGB Variations
Color information
#C68542 (or 0xC68542) is known color: Peru. HEX triplet: C6, 85 and 42. RGB value is (198,133,66). Sum of RGB (Red+Green+Blue) = 198+133+66=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C68542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68542 is #397ABD. Grayscale: #919191. Windows color (decimal): -3766974 or 4359622. OLE color: 4359622.
HSL color Cylindrical-coordinate representation of color #C68542: hue angle of 30.45º 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 #C68542 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 66 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.22 |
| HSL | 30.45º | 0.54% | 0.52% | - |
| HSV(B) | 30.45º | 0.67% | 0.78% | - |
| XYZ | 32.66 | 29.17 | 9.06 | - |
| YUV | 144.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 66 | 0 | 0.33 | 0.67 | 0.22 | 30.45 | 0.54 | 0.52 |
| Hex | C6 | 85 | 42 | 0 | 21 | 43 | 16 | 1E | 36 | 34 |
| Octal | 306 | 205 | 102 | 0 | 41 | 103 | 26 | 36 | 66 | 64 |
| Binary | 11000110 | 10000101 | 1000010 | 0 | 100001 | 1000011 | 10110 | 11110 | 110110 | 110100 |
Color Harmonies of #C68542
Complementary color
Monochromatic Colors of #C68542
Black with #C68542
Text Example
Text Example
White with #C68542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68542; }
p { color: rgb(198,133,66); }
H1.HeaderClassName
{
color: #C68542;
}
.AnyTagClassName
{
color: #C68542;
}
</style>
background-color css
<style>
a { background-color: #C68542; }
a { background-color: rgb(198,133,66); }
div.DivClassName
{
background-color: #C68542;
}
.BgClassName
{
background-color: #C68542;
}
</style>
border-color css
<style>
span { border-color: #C68542; }
span { border-color: rgb(198,133,66); }
td.TdClassName
{
border-color: #C68542;
}
.TagClassName
{
border-color: #C68542;
}
</style>