#C68547

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

Shades of Peru #C68547

Tints of Peru #C68547

Color information

#C68547 (or 0xC68547) is unknown color: approx Peru. HEX triplet: C6, 85 and 47. RGB value is (198,133,71). Sum of RGB (Red+Green+Blue) = 198+133+71=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C68547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68547 is #397AB8. Grayscale: #919191. Windows color (decimal): -3766969 or 4687302. OLE color: 4687302.

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

Color convert

RGB19813371-
CMYK00.330.640.22
HSL29.29º52.7%52.75%-
HSV(B)29.29º64.14%77.65%-
XYZ32.8129.249.87-
YUV145.3786.03165.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.25%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 71 (28.12% from 255) = 17.66%
R=49.25%
G=33.08%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981337100.330.640.2229.2952.752.75
HexC6854702140161d3535
Octal30620510704110026356565
Binary11000110100001011000111010000110000001011011101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68547; }

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

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

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

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

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

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

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

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