#D68D46

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

Shades of Peru #D68D46

Tints of Peru #D68D46

Color information

#D68D46 (or 0xD68D46) is unknown color: approx Peru. HEX triplet: D6, 8D and 46. RGB value is (214,141,70). Sum of RGB (Red+Green+Blue) = 214+141+70=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D46 is #2972B9. Grayscale: #9B9B9B. Windows color (decimal): -2716346 or 4623830. OLE color: 4623830.

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

Color convert

RGB21414170-
CMYK00.340.670.16
HSL29.58º63.72%55.69%-
HSV(B)29.58º67.29%83.92%-
XYZ38.3633.7910.29-
YUV154.7380.18170.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.35%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=50.35%
G=33.18%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141417000.340.670.1629.5863.7255.69
HexD68D4602243101e4038
Octal326215106042103203610070
Binary110101101000110110001100100010100001110000111101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68D46; }

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

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

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

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

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

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

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

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