Shades of Peru #C68641
Tints of Peru #C68641
RGB
CMYK
RGB Variations
Color information
#C68641 (or 0xC68641) is known color: Peru. HEX triplet: C6, 86 and 41. RGB value is (198,134,65). Sum of RGB (Red+Green+Blue) = 198+134+65=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C68641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68641 is #3979BE. Grayscale: #919191. Windows color (decimal): -3766719 or 4294342. OLE color: 4294342.
HSL color Cylindrical-coordinate representation of color #C68641: hue angle of 31.13º 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 #C68641 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 65 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.22 |
| HSL | 31.13º | 0.54% | 0.52% | - |
| HSV(B) | 31.13º | 0.67% | 0.78% | - |
| XYZ | 32.77 | 29.44 | 8.96 | - |
| YUV | 145.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 65 | 0 | 0.32 | 0.67 | 0.22 | 31.13 | 0.54 | 0.52 |
| Hex | C6 | 86 | 41 | 0 | 20 | 43 | 16 | 1F | 36 | 34 |
| Octal | 306 | 206 | 101 | 0 | 40 | 103 | 26 | 37 | 66 | 64 |
| Binary | 11000110 | 10000110 | 1000001 | 0 | 100000 | 1000011 | 10110 | 11111 | 110110 | 110100 |
Color Harmonies of #C68641
Complementary color
Monochromatic Colors of #C68641
Black with #C68641
Text Example
Text Example
White with #C68641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68641; }
p { color: rgb(198,134,65); }
H1.HeaderClassName
{
color: #C68641;
}
.AnyTagClassName
{
color: #C68641;
}
</style>
background-color css
<style>
a { background-color: #C68641; }
a { background-color: rgb(198,134,65); }
div.DivClassName
{
background-color: #C68641;
}
.BgClassName
{
background-color: #C68641;
}
</style>
border-color css
<style>
span { border-color: #C68641; }
span { border-color: rgb(198,134,65); }
td.TdClassName
{
border-color: #C68641;
}
.TagClassName
{
border-color: #C68641;
}
</style>