#D6843D

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

Shades of Peru #D6843D

Tints of Peru #D6843D

Color information

#D6843D (or 0xD6843D) is unknown color: approx Peru. HEX triplet: D6, 84 and 3D. RGB value is (214,132,61). Sum of RGB (Red+Green+Blue) = 214+132+61=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6843D is #297BC2. Grayscale: #949494. Windows color (decimal): -2718659 or 4031702. OLE color: 4031702.

HSL color Cylindrical-coordinate representation of color #D6843D: hue angle of 27.84º 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 #D6843D is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21413261-
CMYK00.380.710.16
HSL27.84º65.11%53.92%-
HSV(B)27.84º71.5%83.92%-
XYZ36.8331.148.48-
YUV148.4278.67174.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.58%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 61 (24.22% from 255) = 14.99%
R=52.58%
G=32.43%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141326100.380.710.1627.8465.1153.92
HexD6843D02647101c4136
Octal32620475046107203410166
Binary11010110100001001111010100110100011110000111001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6843D; }

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

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

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

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

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

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

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

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