Html Css Color HEX #D6843C Peru

📋 copy color: '#D6843C'

red 214 ◦ green 132 ◦ blue 60

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

Shades of Peru #D6843C

Tints of Peru #D6843C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.78%

R = 52.71%
G = 32.51%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6843C (or 0xD6843C) is known color: Peru. HEX triplet: D6, 84 and 3C. RGB value is (214,132,60). Sum of RGB (Red+Green+Blue) = 214+132+60=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6843C is #297BC3. Grayscale: #949494. Windows color (decimal): -2718660 or 3966166. OLE color: 3966166.

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

Color convert

RGB 214 132 60 -
CMYK 0 0.38 0.72 0.16
HSL 28.05º 0.65% 0.54% -
HSV(B) 28.05º 0.72% 0.84% -
XYZ 36.8 31.12 8.34 -
YUV 148.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 214 132 60 0 0.38 0.72 0.16 28.05 0.65 0.54
Hex D6 84 3C 0 26 48 10 1C 41 36
Octal 326 204 74 0 46 110 20 34 101 66
Binary 11010110 10000100 111100 0 100110 1001000 10000 11100 1000001 110110

Color Harmonies of #D6843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6843C

Black with #D6843C

Text Example


Text Example

White with #D6843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6843C; }

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

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

background-color css

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

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

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

border-color css

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

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

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