Html Css Color HEX #D68E46 Peru

📋 copy color: '#D68E46'

red 214 ◦ green 142 ◦ blue 70

#D68E46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru #D68E46

Tints of Peru #D68E46

RGB

 RED value IS 214 (83.98% from 255) = 50.23%

 GREEN value IS 142 (55.86% from 255) = 33.33%

 BLUE value IS 70 (27.73% from 255) = 16.43%

R = 50.23%
G = 33.33%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D68E46 (or 0xD68E46) is known color: Peru. HEX triplet: D6, 8E and 46. RGB value is (214,142,70). Sum of RGB (Red+Green+Blue) = 214+142+70=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E46 is #2971B9. Grayscale: #9B9B9B. Windows color (decimal): -2716090 or 4624086. OLE color: 4624086.

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

Color convert

RGB 214 142 70 -
CMYK 0 0.34 0.67 0.16
HSL 30º 0.64% 0.56% -
HSV(B) 30º 0.67% 0.84% -
XYZ 38.51 34.08 10.34 -
YUV 155.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 214 142 70 0 0.34 0.67 0.16 30 0.64 0.56
Hex D6 8E 46 0 22 43 10 1E 40 38
Octal 326 216 106 0 42 103 20 36 100 70
Binary 11010110 10001110 1000110 0 100010 1000011 10000 11110 1000000 111000

Color Harmonies of #D68E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E46

Black with #D68E46

Text Example


Text Example

White with #D68E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E46; }

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

 H1.HeaderClassName
 {
   color: #D68E46;
 }
 .AnyTagClassName
 {
   color: #D68E46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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