Html Css Color HEX #D6883D Peru

📋 copy color: '#D6883D'

red 214 ◦ green 136 ◦ blue 61

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

Shades of Peru #D6883D

Tints of Peru #D6883D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 52.07%
G = 33.09%
B = 14.84%

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

#D6883D (or 0xD6883D) is known color: Peru. HEX triplet: D6, 88 and 3D. RGB value is (214,136,61). Sum of RGB (Red+Green+Blue) = 214+136+61=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6883D is #2977C2. Grayscale: #979797. Windows color (decimal): -2717635 or 4032726. OLE color: 4032726.

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

Color convert

RGB 214 136 61 -
CMYK 0 0.36 0.71 0.16
HSL 29.41º 0.65% 0.54% -
HSV(B) 29.41º 0.71% 0.84% -
XYZ 37.38 32.24 8.67 -
YUV 150.77 77.34 173.1 -
System Red Green Blue C M Y K H S L
Decimal 214 136 61 0 0.36 0.71 0.16 29.41 0.65 0.54
Hex D6 88 3D 0 24 47 10 1D 41 36
Octal 326 210 75 0 44 107 20 35 101 66
Binary 11010110 10001000 111101 0 100100 1000111 10000 11101 1000001 110110

Color Harmonies of #D6883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6883D

Black with #D6883D

Text Example


Text Example

White with #D6883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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