Html Css Color HEX #D6883F Peru

📋 copy color: '#D6883F'

red 214 ◦ green 136 ◦ blue 63

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

Shades of Peru #D6883F

Tints of Peru #D6883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.93%

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

R = 51.82%
G = 32.93%
B = 15.25%

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

#D6883F (or 0xD6883F) is known color: Peru. HEX triplet: D6, 88 and 3F. RGB value is (214,136,63). Sum of RGB (Red+Green+Blue) = 214+136+63=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6883F is #2977C0. Grayscale: #979797. Windows color (decimal): -2717633 or 4163798. OLE color: 4163798.

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

Color convert

RGB 214 136 63 -
CMYK 0 0.36 0.71 0.16
HSL 29.01º 0.65% 0.54% -
HSV(B) 29.01º 0.71% 0.84% -
XYZ 37.43 32.26 8.96 -
YUV 151 78.34 172.94 -
System Red Green Blue C M Y K H S L
Decimal 214 136 63 0 0.36 0.71 0.16 29.01 0.65 0.54
Hex D6 88 3F 0 24 47 10 1D 41 36
Octal 326 210 77 0 44 107 20 35 101 66
Binary 11010110 10001000 111111 0 100100 1000111 10000 11101 1000001 110110

Color Harmonies of #D6883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6883F

Black with #D6883F

Text Example


Text Example

White with #D6883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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