#C68340

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

Shades of Peru #C68340

Tints of Peru #C68340

Color information

#C68340 (or 0xC68340) is unknown color: approx Peru. HEX triplet: C6, 83 and 40. RGB value is (198,131,64). Sum of RGB (Red+Green+Blue) = 198+131+64=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C68340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68340 is #397CBF. Grayscale: #8F8F8F. Windows color (decimal): -3767488 or 4228038. OLE color: 4228038.

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

Color convert

RGB19813164-
CMYK00.340.680.22
HSL30º54.03%51.37%-
HSV(B)30º67.68%77.65%-
XYZ32.3328.618.67-
YUV143.3983.2166.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.38%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=50.38%
G=33.33%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981316400.340.680.223054.0351.37
HexC6834002244161e3633
Octal30620310004210426366663
Binary11000110100000111000000010001010001001011011110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68340; }

 p { color: rgb(198,131,64); }

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

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

 a { background-color: rgb(198,131,64); }

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

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

 span { border-color: rgb(198,131,64); }

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