#C68344

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

Shades of Peru #C68344

Tints of Peru #C68344

Color information

#C68344 (or 0xC68344) is unknown color: approx Peru. HEX triplet: C6, 83 and 44. RGB value is (198,131,68). Sum of RGB (Red+Green+Blue) = 198+131+68=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C68344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68344 is #397CBB. Grayscale: #909090. Windows color (decimal): -3767484 or 4490182. OLE color: 4490182.

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

Color convert

RGB19813168-
CMYK00.340.660.22
HSL29.08º53.28%52.16%-
HSV(B)29.08º65.66%77.65%-
XYZ32.4528.669.29-
YUV143.8585.2166.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.87%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=49.87%
G=33.00%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981316800.340.660.2229.0853.2852.16
HexC6834402242161d3534
Octal30620310404210226356564
Binary11000110100000111000100010001010000101011011101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68344; }

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

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

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

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

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

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

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

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