#C6874C

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

Shades of Peru #C6874C

Tints of Peru #C6874C

Color information

#C6874C (or 0xC6874C) is unknown color: approx Peru. HEX triplet: C6, 87 and 4C. RGB value is (198,135,76). Sum of RGB (Red+Green+Blue) = 198+135+76=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6874C is #3978B3. Grayscale: #939393. Windows color (decimal): -3766452 or 5015494. OLE color: 5015494.

HSL color Cylindrical-coordinate representation of color #C6874C: hue angle of 29.02º 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 #C6874C is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19813576-
CMYK00.320.620.22
HSL29.02º51.69%53.73%-
HSV(B)29.02º61.62%77.65%-
XYZ33.2629.8610.85-
YUV147.1187.87164.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.41%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 76 (30.08% from 255) = 18.58%
R=48.41%
G=33.01%
B=18.58%

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
Decimal1981357600.320.620.2229.0251.6953.73
HexC6874C0203E161d3436
Octal3062071140407626356466
Binary1100011010000111100110001000001111101011011101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6874C; }

 p { color: rgb(198,135,76); }

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

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

 a { background-color: rgb(198,135,76); }

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

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

 span { border-color: rgb(198,135,76); }

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