#C6843D

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

Shades of Peru #C6843D

Tints of Peru #C6843D

Color information

#C6843D (or 0xC6843D) is unknown color: approx Peru. HEX triplet: C6, 84 and 3D. RGB value is (198,132,61). Sum of RGB (Red+Green+Blue) = 198+132+61=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6843D is #397BC2. Grayscale: #8F8F8F. Windows color (decimal): -3767235 or 4031686. OLE color: 4031686.

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

Color convert

RGB19813261-
CMYK00.330.690.22
HSL31.09º54.58%50.78%-
HSV(B)31.09º69.19%77.65%-
XYZ32.3828.858.28-
YUV143.6481.37166.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 61 (24.22% from 255) = 15.60%
R=50.64%
G=33.76%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981326100.330.690.2231.0954.5850.78
HexC6843D02145161f3733
Octal3062047504110526376763
Binary1100011010000100111101010000110001011011011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6843D; }

 p { color: rgb(198,132,61); }

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

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

 a { background-color: rgb(198,132,61); }

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

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

 span { border-color: rgb(198,132,61); }

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