#D68C46

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

Shades of Peru #D68C46

Tints of Peru #D68C46

Color information

#D68C46 (or 0xD68C46) is unknown color: approx Peru. HEX triplet: D6, 8C and 46. RGB value is (214,140,70). Sum of RGB (Red+Green+Blue) = 214+140+70=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C46 is #2973B9. Grayscale: #9A9A9A. Windows color (decimal): -2716602 or 4623574. OLE color: 4623574.

HSL color Cylindrical-coordinate representation of color #D68C46: hue angle of 29.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D68C46 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21414070-
CMYK00.350.670.16
HSL29.17º63.72%55.69%-
HSV(B)29.17º67.29%83.92%-
XYZ38.2233.4910.25-
YUV154.1580.52170.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.47%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 70 (27.73% from 255) = 16.51%
R=50.47%
G=33.02%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141407000.350.670.1629.1763.7255.69
HexD68C4602343101d4038
Octal326214106043103203510070
Binary110101101000110010001100100011100001110000111011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C46; }

 p { color: rgb(214,140,70); }

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

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

 a { background-color: rgb(214,140,70); }

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

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

 span { border-color: rgb(214,140,70); }

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