#c68445

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

Shades of Peru #C68445

Tints of Peru #C68445

Color information

#C68445 (or 0xC68445) is unknown color: approx Peru. HEX triplet: C6, 84 and 45. RGB value is (198,132,69). Sum of RGB (Red+Green+Blue) = 198+132+69=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C68445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68445 is #397BBA. Grayscale: #909090. Windows color (decimal): -3767227 or 4555974. OLE color: 4555974.

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

Color convert

RGB19813269-
CMYK00.330.650.22
HSL29.3º53.09%52.35%-
HSV(B)29.3º65.15%77.65%-
XYZ32.6128.949.5-
YUV144.5585.37166.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 69 (27.34% from 255) = 17.29%
R=49.62%
G=33.08%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981326900.330.650.2229.353.0952.35
HexC6844502141161d3534
Octal30620410504110126356564
Binary11000110100001001000101010000110000011011011101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68445; }

 p { color: rgb(198,132,69); }

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

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

 a { background-color: rgb(198,132,69); }

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

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

 span { border-color: rgb(198,132,69); }

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