#C6863C

Color #C6863C Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #C6863C

Tints of Peru #C6863C

Color information

#C6863C (or 0xC6863C) is unknown color: approx Peru. HEX triplet: C6, 86 and 3C. RGB value is (198,134,60). Sum of RGB (Red+Green+Blue) = 198+134+60=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6863C is #3979C3. Grayscale: #919191. Windows color (decimal): -3766724 or 3966662. OLE color: 3966662.

HSL color Cylindrical-coordinate representation of color #C6863C: hue angle of 32.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6863C is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19813460-
CMYK00.320.700.22
HSL32.17º54.76%50.59%-
HSV(B)32.17º69.7%77.65%-
XYZ32.6329.388.23-
YUV144.780.2166.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 50.51%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 60 (23.83% from 255) = 15.31%
R=50.51%
G=34.18%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981346000.320.700.2232.1754.7650.59
HexC6863C0204616203733
Octal3062067404010626406763
Binary11000110100001101111000100000100011010110100000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6863C; }

 p { color: rgb(198,134,60); }

 H1.HeaderClassName
 {
   color: #C6863C;
 }
 .AnyTagClassName
 {
   color: #C6863C;
 }
</style>
background-color css

<style>
 a { background-color: #C6863C; }

 a { background-color: rgb(198,134,60); }

 div.DivClassName
 {
   background-color: #C6863C;
 }
 .BgClassName
 {
   background-color: #C6863C;
 }
</style>
border-color css

<style>
 span { border-color: #C6863C; }

 span { border-color: rgb(198,134,60); }

 td.TdClassName
 {
   border-color: #C6863C;
 }
 .TagClassName
 {
   border-color: #C6863C;
 }
</style>