#d68c41

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

Shades of Peru #D68C41

Tints of Peru #D68C41

Color information

#D68C41 (or 0xD68C41) is unknown color: approx Peru. HEX triplet: D6, 8C and 41. RGB value is (214,140,65). Sum of RGB (Red+Green+Blue) = 214+140+65=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C41 is #2973BE. Grayscale: #999999. Windows color (decimal): -2716607 or 4295894. OLE color: 4295894.

HSL color Cylindrical-coordinate representation of color #D68C41: hue angle of 30.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D68C41 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21414065-
CMYK00.350.700.16
HSL30.2º64.5%54.71%-
HSV(B)30.2º69.63%83.92%-
XYZ38.0633.439.45-
YUV153.5878.02171.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.07%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 65 (25.78% from 255) = 15.51%
R=51.07%
G=33.41%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141406500.350.700.1630.264.554.71
HexD68C4102346101e4137
Octal326214101043106203610167
Binary110101101000110010000010100011100011010000111101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d68c41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d68c41; }

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

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

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

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

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

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

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

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