#C68644

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

Shades of Peru #C68644

Tints of Peru #C68644

Color information

#C68644 (or 0xC68644) is unknown color: approx Peru. HEX triplet: C6, 86 and 44. RGB value is (198,134,68). Sum of RGB (Red+Green+Blue) = 198+134+68=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C68644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68644 is #3979BB. Grayscale: #919191. Windows color (decimal): -3766716 or 4490950. OLE color: 4490950.

HSL color Cylindrical-coordinate representation of color #C68644: hue angle of 30.46º 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 #C68644 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB19813468-
CMYK00.320.660.22
HSL30.46º53.28%52.16%-
HSV(B)30.46º65.66%77.65%-
XYZ32.8629.479.43-
YUV145.6184.2165.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.5%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 68 (26.95% from 255) = 17%
R=49.5%
G=33.5%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981346800.320.660.2230.4653.2852.16
HexC6864402042161e3534
Octal30620610404010226366564
Binary11000110100001101000100010000010000101011011110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68644; }

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

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

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

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

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

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

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

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