#D6863D

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

Shades of Peru #D6863D

Tints of Peru #D6863D

Color information

#D6863D (or 0xD6863D) is unknown color: approx Peru. HEX triplet: D6, 86 and 3D. RGB value is (214,134,61). Sum of RGB (Red+Green+Blue) = 214+134+61=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6863D is #2979C2. Grayscale: #959595. Windows color (decimal): -2718147 or 4032214. OLE color: 4032214.

HSL color Cylindrical-coordinate representation of color #D6863D: hue angle of 28.63º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6863D is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21413461-
CMYK00.370.710.16
HSL28.63º65.11%53.92%-
HSV(B)28.63º71.5%83.92%-
XYZ37.131.688.58-
YUV149.678173.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 61 (24.22% from 255) = 14.91%
R=52.32%
G=32.76%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141346100.370.710.1628.6365.1153.92
HexD6863D02547101d4136
Octal32620675045107203510166
Binary11010110100001101111010100101100011110000111011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6863D; }

 p { color: rgb(214,134,61); }

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

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

 a { background-color: rgb(214,134,61); }

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

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

 span { border-color: rgb(214,134,61); }

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