Html Css Color HEX #D6843D Peru

📋 copy color: '#D6843D'

red 214 ◦ green 132 ◦ blue 61

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

Shades of Peru #D6843D

Tints of Peru #D6843D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

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

R = 52.58%
G = 32.43%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6843D (or 0xD6843D) is known color: Peru. HEX triplet: D6, 84 and 3D. RGB value is (214,132,61). Sum of RGB (Red+Green+Blue) = 214+132+61=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6843D is #297BC2. Grayscale: #949494. Windows color (decimal): -2718659 or 4031702. OLE color: 4031702.

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

Color convert

RGB 214 132 61 -
CMYK 0 0.38 0.71 0.16
HSL 27.84º 0.65% 0.54% -
HSV(B) 27.84º 0.71% 0.84% -
XYZ 36.83 31.14 8.48 -
YUV 148.42 78.67 174.77 -
System Red Green Blue C M Y K H S L
Decimal 214 132 61 0 0.38 0.71 0.16 27.84 0.65 0.54
Hex D6 84 3D 0 26 47 10 1C 41 36
Octal 326 204 75 0 46 107 20 34 101 66
Binary 11010110 10000100 111101 0 100110 1000111 10000 11100 1000001 110110

Color Harmonies of #D6843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6843D

Black with #D6843D

Text Example


Text Example

White with #D6843D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6843D; }

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

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

background-color css

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

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

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

border-color css

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

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

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