#D18644

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

Shades of Peru #D18644

Tints of Peru #D18644

Color information

#D18644 (or 0xD18644) is unknown color: approx Peru. HEX triplet: D1, 86 and 44. RGB value is (209,134,68). Sum of RGB (Red+Green+Blue) = 209+134+68=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D18644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18644 is #2E79BB. Grayscale: #959595. Windows color (decimal): -3045820 or 4490961. OLE color: 4490961.

HSL color Cylindrical-coordinate representation of color #D18644: hue angle of 28.09º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D18644 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB20913468-
CMYK00.360.670.18
HSL28.09º60.52%54.31%-
HSV(B)28.09º67.46%81.96%-
XYZ35.8631.029.57-
YUV148.982.35170.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.85%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 68 (26.95% from 255) = 16.55%
R=50.85%
G=32.60%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091346800.360.670.1828.0960.5254.31
HexD1864402443121c3d36
Octal32120610404410322347566
Binary11010001100001101000100010010010000111001011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18644; }

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

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

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

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

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

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

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

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