#D68944

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

Shades of Peru #D68944

Tints of Peru #D68944

Color information

#D68944 (or 0xD68944) is unknown color: approx Peru. HEX triplet: D6, 89 and 44. RGB value is (214,137,68). Sum of RGB (Red+Green+Blue) = 214+137+68=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D68944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68944 is #2976BB. Grayscale: #989898. Windows color (decimal): -2717372 or 4491734. OLE color: 4491734.

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

Color convert

RGB21413768-
CMYK00.360.680.16
HSL28.36º64.04%55.29%-
HSV(B)28.36º68.22%83.92%-
XYZ37.7232.69.77-
YUV152.1680.51172.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.07%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 68 (26.95% from 255) = 16.23%
R=51.07%
G=32.70%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141376800.360.680.1628.3664.0455.29
HexD6894402444101c4037
Octal326211104044104203410067
Binary110101101000100110001000100100100010010000111001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68944; }

 p { color: rgb(214,137,68); }

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

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

 a { background-color: rgb(214,137,68); }

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

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

 span { border-color: rgb(214,137,68); }

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