Html Css Color HEX #D68C49 Peru

📋 copy color: '#D68C49'

red 214 ◦ green 140 ◦ blue 73

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

Shades of Peru #D68C49

Tints of Peru #D68C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 50.12%
G = 32.79%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D68C49 (or 0xD68C49) is known color: Peru. HEX triplet: D6, 8C and 49. RGB value is (214,140,73). Sum of RGB (Red+Green+Blue) = 214+140+73=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C49 is #2973B6. Grayscale: #9A9A9A. Windows color (decimal): -2716599 or 4820182. OLE color: 4820182.

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

Color convert

RGB 214 140 73 -
CMYK 0 0.35 0.66 0.16
HSL 28.51º 0.63% 0.56% -
HSV(B) 28.51º 0.66% 0.84% -
XYZ 38.31 33.53 10.76 -
YUV 154.49 82.02 170.45 -
System Red Green Blue C M Y K H S L
Decimal 214 140 73 0 0.35 0.66 0.16 28.51 0.63 0.56
Hex D6 8C 49 0 23 42 10 1D 3F 38
Octal 326 214 111 0 43 102 20 35 77 70
Binary 11010110 10001100 1001001 0 100011 1000010 10000 11101 111111 111000

Color Harmonies of #D68C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C49

Black with #D68C49

Text Example


Text Example

White with #D68C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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