#D6853B

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

Shades of Peru #D6853B

Tints of Peru #D6853B

Color information

#D6853B (or 0xD6853B) is unknown color: approx Peru. HEX triplet: D6, 85 and 3B. RGB value is (214,133,59). Sum of RGB (Red+Green+Blue) = 214+133+59=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6853B is #297AC4. Grayscale: #959595. Windows color (decimal): -2718405 or 3900886. OLE color: 3900886.

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

Color convert

RGB21413359-
CMYK00.380.720.16
HSL28.65º65.4%53.53%-
HSV(B)28.65º72.43%83.92%-
XYZ36.9131.398.25-
YUV148.7877.34174.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.71%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 59 (23.44% from 255) = 14.53%
R=52.71%
G=32.76%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141335900.380.720.1628.6565.453.53
HexD6853B02648101d4136
Octal32620573046110203510166
Binary11010110100001011110110100110100100010000111011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6853B; }

 p { color: rgb(214,133,59); }

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

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

 a { background-color: rgb(214,133,59); }

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

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

 span { border-color: rgb(214,133,59); }

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