#d68d3e

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

Shades of Peru #D68D3E

Tints of Peru #D68D3E

Color information

#D68D3E (or 0xD68D3E) is unknown color: approx Peru. HEX triplet: D6, 8D and 3E. RGB value is (214,141,62). Sum of RGB (Red+Green+Blue) = 214+141+62=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D3E is #2972C1. Grayscale: #9A9A9A. Windows color (decimal): -2716354 or 4099542. OLE color: 4099542.

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

Color convert

RGB21414162-
CMYK00.340.710.16
HSL31.18º64.96%54.12%-
HSV(B)31.18º71.03%83.92%-
XYZ38.1333.699.05-
YUV153.8276.18170.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 62 (24.61% from 255) = 14.87%
R=51.32%
G=33.81%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141416200.340.710.1631.1864.9654.12
HexD68D3E02247101f4136
Octal32621576042107203710166
Binary11010110100011011111100100010100011110000111111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d68d3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d68d3e; }

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

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

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

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

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

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

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

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