Shades of Peru #C6834A
Tints of Peru #C6834A
RGB
CMYK
RGB Variations
Color information
#C6834A (or 0xC6834A) is known color: Peru. HEX triplet: C6, 83 and 4A. RGB value is (198,131,74). Sum of RGB (Red+Green+Blue) = 198+131+74=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6834A is #397CB5. Grayscale: #909090. Windows color (decimal): -3767478 or 4883398. OLE color: 4883398.
HSL color Cylindrical-coordinate representation of color #C6834A: hue angle of 27.58º 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 #C6834A is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 74 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.22 |
| HSL | 27.58º | 0.52% | 0.53% | - |
| HSV(B) | 27.58º | 0.63% | 0.78% | - |
| XYZ | 32.64 | 28.73 | 10.3 | - |
| YUV | 144.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 74 | 0 | 0.34 | 0.63 | 0.22 | 27.58 | 0.52 | 0.53 |
| Hex | C6 | 83 | 4A | 0 | 22 | 3F | 16 | 1C | 34 | 35 |
| Octal | 306 | 203 | 112 | 0 | 42 | 77 | 26 | 34 | 64 | 65 |
| Binary | 11000110 | 10000011 | 1001010 | 0 | 100010 | 111111 | 10110 | 11100 | 110100 | 110101 |
Color Harmonies of #C6834A
Complementary color
Monochromatic Colors of #C6834A
Black with #C6834A
Text Example
Text Example
White with #C6834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6834A; }
p { color: rgb(198,131,74); }
H1.HeaderClassName
{
color: #C6834A;
}
.AnyTagClassName
{
color: #C6834A;
}
</style>
background-color css
<style>
a { background-color: #C6834A; }
a { background-color: rgb(198,131,74); }
div.DivClassName
{
background-color: #C6834A;
}
.BgClassName
{
background-color: #C6834A;
}
</style>
border-color css
<style>
span { border-color: #C6834A; }
span { border-color: rgb(198,131,74); }
td.TdClassName
{
border-color: #C6834A;
}
.TagClassName
{
border-color: #C6834A;
}
</style>