Shades of Peru #C68748
Tints of Peru #C68748
RGB
CMYK
RGB Variations
Color information
#C68748 (or 0xC68748) is known color: Peru. HEX triplet: C6, 87 and 48. RGB value is (198,135,72). Sum of RGB (Red+Green+Blue) = 198+135+72=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C68748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68748 is #3978B7. Grayscale: #929292. Windows color (decimal): -3766456 or 4753350. OLE color: 4753350.
HSL color Cylindrical-coordinate representation of color #C68748: hue angle of 30º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C68748 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 72 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.22 |
| HSL | 30º | 0.53% | 0.53% | - |
| HSV(B) | 30º | 0.64% | 0.78% | - |
| XYZ | 33.12 | 29.8 | 10.14 | - |
| YUV | 146.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 72 | 0 | 0.32 | 0.64 | 0.22 | 30 | 0.53 | 0.53 |
| Hex | C6 | 87 | 48 | 0 | 20 | 40 | 16 | 1E | 34 | 35 |
| Octal | 306 | 207 | 110 | 0 | 40 | 100 | 26 | 36 | 64 | 65 |
| Binary | 11000110 | 10000111 | 1001000 | 0 | 100000 | 1000000 | 10110 | 11110 | 110100 | 110101 |
Color Harmonies of #C68748
Complementary color
Monochromatic Colors of #C68748
Black with #C68748
Text Example
Text Example
White with #C68748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68748; }
p { color: rgb(198,135,72); }
H1.HeaderClassName
{
color: #C68748;
}
.AnyTagClassName
{
color: #C68748;
}
</style>
background-color css
<style>
a { background-color: #C68748; }
a { background-color: rgb(198,135,72); }
div.DivClassName
{
background-color: #C68748;
}
.BgClassName
{
background-color: #C68748;
}
</style>
border-color css
<style>
span { border-color: #C68748; }
span { border-color: rgb(198,135,72); }
td.TdClassName
{
border-color: #C68748;
}
.TagClassName
{
border-color: #C68748;
}
</style>