Html Css Color HEX #D68A46 Peru

📋 copy color: '#D68A46'

red 214 ◦ green 138 ◦ blue 70

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

Shades of Peru #D68A46

Tints of Peru #D68A46

RGB

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

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

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

R = 50.71%
G = 32.7%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D68A46 (or 0xD68A46) is known color: Peru. HEX triplet: D6, 8A and 46. RGB value is (214,138,70). Sum of RGB (Red+Green+Blue) = 214+138+70=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A46 is #2975B9. Grayscale: #999999. Windows color (decimal): -2717114 or 4623062. OLE color: 4623062.

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

Color convert

RGB 214 138 70 -
CMYK 0 0.36 0.67 0.16
HSL 28.33º 0.64% 0.56% -
HSV(B) 28.33º 0.67% 0.84% -
XYZ 37.93 32.92 10.15 -
YUV 152.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 214 138 70 0 0.36 0.67 0.16 28.33 0.64 0.56
Hex D6 8A 46 0 24 43 10 1C 40 38
Octal 326 212 106 0 44 103 20 34 100 70
Binary 11010110 10001010 1000110 0 100100 1000011 10000 11100 1000000 111000

Color Harmonies of #D68A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A46

Black with #D68A46

Text Example


Text Example

White with #D68A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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