#C68542

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

Shades of Peru #C68542

Tints of Peru #C68542

Color information

#C68542 (or 0xC68542) is unknown color: approx Peru. HEX triplet: C6, 85 and 42. RGB value is (198,133,66). Sum of RGB (Red+Green+Blue) = 198+133+66=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C68542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68542 is #397ABD. Grayscale: #919191. Windows color (decimal): -3766974 or 4359622. OLE color: 4359622.

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

Color convert

RGB19813366-
CMYK00.330.670.22
HSL30.45º53.66%51.76%-
HSV(B)30.45º66.67%77.65%-
XYZ32.6629.179.06-
YUV144.883.53165.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.87%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=49.87%
G=33.50%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981336600.330.670.2230.4553.6651.76
HexC6854202143161e3634
Octal30620510204110326366664
Binary11000110100001011000010010000110000111011011110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68542; }

 p { color: rgb(198,133,66); }

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

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

 a { background-color: rgb(198,133,66); }

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

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

 span { border-color: rgb(198,133,66); }

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