#C6813E

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

Shades of Peru #C6813E

Tints of Peru #C6813E

Color information

#C6813E (or 0xC6813E) is unknown color: approx Peru. HEX triplet: C6, 81 and 3E. RGB value is (198,129,62). Sum of RGB (Red+Green+Blue) = 198+129+62=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6813E is #397EC1. Grayscale: #8E8E8E. Windows color (decimal): -3768002 or 4096454. OLE color: 4096454.

HSL color Cylindrical-coordinate representation of color #C6813E: hue angle of 29.56º degrees, saturation: 0.54, 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 #C6813E is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19812962-
CMYK00.350.690.22
HSL29.56º54.4%50.98%-
HSV(B)29.56º68.69%77.65%-
XYZ32.0128.058.29-
YUV141.9982.86167.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 62 (24.61% from 255) = 15.94%
R=50.90%
G=33.16%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981296200.350.690.2229.5654.450.98
HexC6813E02345161e3633
Octal3062017604310526366663
Binary1100011010000001111110010001110001011011011110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6813E; }

 p { color: rgb(198,129,62); }

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

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

 a { background-color: rgb(198,129,62); }

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

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

 span { border-color: rgb(198,129,62); }

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