#C6864B

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

Shades of Peru #C6864B

Tints of Peru #C6864B

Color information

#C6864B (or 0xC6864B) is unknown color: approx Peru. HEX triplet: C6, 86 and 4B. RGB value is (198,134,75). Sum of RGB (Red+Green+Blue) = 198+134+75=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6864B is #3979B4. Grayscale: #929292. Windows color (decimal): -3766709 or 4949702. OLE color: 4949702.

HSL color Cylindrical-coordinate representation of color #C6864B: hue angle of 28.78º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6864B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19813475-
CMYK00.320.620.22
HSL28.78º51.9%53.53%-
HSV(B)28.78º62.12%77.65%-
XYZ33.0829.5610.62-
YUV146.4187.7164.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.65%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=48.65%
G=32.92%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981347500.320.620.2228.7851.953.53
HexC6864B0203E161d3436
Octal3062061130407626356466
Binary1100011010000110100101101000001111101011011101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6864B; }

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

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

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

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

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

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

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

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