#D08646

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

Shades of Peru #D08646

Tints of Peru #D08646

Color information

#D08646 (or 0xD08646) is unknown color: approx Peru. HEX triplet: D0, 86 and 46. RGB value is (208,134,70). Sum of RGB (Red+Green+Blue) = 208+134+70=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D08646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08646 is #2F79B9. Grayscale: #959595. Windows color (decimal): -3111354 or 4622032. OLE color: 4622032.

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

Color convert

RGB20813470-
CMYK00.360.660.18
HSL27.83º59.48%54.51%-
HSV(B)27.83º66.35%81.57%-
XYZ35.6430.99.88-
YUV148.8383.52170.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.49%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 70 (27.73% from 255) = 16.99%
R=50.49%
G=32.52%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081347000.360.660.1827.8359.4854.51
HexD0864602442121c3b37
Octal32020610604410222347367
Binary11010000100001101000110010010010000101001011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08646; }

 p { color: rgb(208,134,70); }

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

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

 a { background-color: rgb(208,134,70); }

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

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

 span { border-color: rgb(208,134,70); }

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