Html Css Color HEX #D6893F Peru

📋 copy color: '#D6893F'

red 214 ◦ green 137 ◦ blue 63

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

Shades of Peru #D6893F

Tints of Peru #D6893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.09%

 BLUE value IS 63 (25% from 255) = 15.22%

R = 51.69%
G = 33.09%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6893F (or 0xD6893F) is known color: Peru. HEX triplet: D6, 89 and 3F. RGB value is (214,137,63). Sum of RGB (Red+Green+Blue) = 214+137+63=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6893F is #2976C0. Grayscale: #979797. Windows color (decimal): -2717377 or 4164054. OLE color: 4164054.

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

Color convert

RGB 214 137 63 -
CMYK 0 0.36 0.71 0.16
HSL 29.4º 0.65% 0.54% -
HSV(B) 29.4º 0.71% 0.84% -
XYZ 37.57 32.55 9 -
YUV 151.59 78.01 172.52 -
System Red Green Blue C M Y K H S L
Decimal 214 137 63 0 0.36 0.71 0.16 29.4 0.65 0.54
Hex D6 89 3F 0 24 47 10 1D 41 36
Octal 326 211 77 0 44 107 20 35 101 66
Binary 11010110 10001001 111111 0 100100 1000111 10000 11101 1000001 110110

Color Harmonies of #D6893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6893F

Black with #D6893F

Text Example


Text Example

White with #D6893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6893F; }

 p { color: rgb(214,137,63); }

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

background-color css

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

 a { background-color: rgb(214,137,63); }

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

border-color css

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

 span { border-color: rgb(214,137,63); }

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