Html Css Color HEX #D68A49 Peru

📋 copy color: '#D68A49'

red 214 ◦ green 138 ◦ blue 73

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

Shades of Peru #D68A49

Tints of Peru #D68A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.47%

 BLUE value IS 73 (28.91% from 255) = 17.18%

R = 50.35%
G = 32.47%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D68A49 (or 0xD68A49) is known color: Peru. HEX triplet: D6, 8A and 49. RGB value is (214,138,73). Sum of RGB (Red+Green+Blue) = 214+138+73=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A49 is #2975B6. Grayscale: #999999. Windows color (decimal): -2717111 or 4819670. OLE color: 4819670.

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

Color convert

RGB 214 138 73 -
CMYK 0 0.36 0.66 0.16
HSL 27.66º 0.63% 0.56% -
HSV(B) 27.66º 0.66% 0.84% -
XYZ 38.02 32.95 10.66 -
YUV 153.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 214 138 73 0 0.36 0.66 0.16 27.66 0.63 0.56
Hex D6 8A 49 0 24 42 10 1C 3F 38
Octal 326 212 111 0 44 102 20 34 77 70
Binary 11010110 10001010 1001001 0 100100 1000010 10000 11100 111111 111000

Color Harmonies of #D68A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A49

Black with #D68A49

Text Example


Text Example

White with #D68A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A49; }

 p { color: rgb(214,138,73); }

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

background-color css

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

 a { background-color: rgb(214,138,73); }

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

border-color css

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

 span { border-color: rgb(214,138,73); }

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