Html Css Color HEX #D68B49 Peru

📋 copy color: '#D68B49'

red 214 ◦ green 139 ◦ blue 73

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

Shades of Peru #D68B49

Tints of Peru #D68B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.63%

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

R = 50.23%
G = 32.63%
B = 17.14%

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

#D68B49 (or 0xD68B49) is known color: Peru. HEX triplet: D6, 8B and 49. RGB value is (214,139,73). Sum of RGB (Red+Green+Blue) = 214+139+73=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68B49 is #2974B6. Grayscale: #9A9A9A. Windows color (decimal): -2716855 or 4819926. OLE color: 4819926.

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

Color convert

RGB 214 139 73 -
CMYK 0 0.35 0.66 0.16
HSL 28.09º 0.63% 0.56% -
HSV(B) 28.09º 0.66% 0.84% -
XYZ 38.17 33.24 10.71 -
YUV 153.9 82.35 170.87 -
System Red Green Blue C M Y K H S L
Decimal 214 139 73 0 0.35 0.66 0.16 28.09 0.63 0.56
Hex D6 8B 49 0 23 42 10 1C 3F 38
Octal 326 213 111 0 43 102 20 34 77 70
Binary 11010110 10001011 1001001 0 100011 1000010 10000 11100 111111 111000

Color Harmonies of #D68B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B49

Black with #D68B49

Text Example


Text Example

White with #D68B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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