Html Css Color HEX #D6813C Peru

📋 copy color: '#D6813C'

red 214 ◦ green 129 ◦ blue 60

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

Shades of Peru #D6813C

Tints of Peru #D6813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 53.1%
G = 32.01%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6813C (or 0xD6813C) is known color: Peru. HEX triplet: D6, 81 and 3C. RGB value is (214,129,60). Sum of RGB (Red+Green+Blue) = 214+129+60=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6813C is #297EC3. Grayscale: #929292. Windows color (decimal): -2719428 or 3965398. OLE color: 3965398.

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

Color convert

RGB 214 129 60 -
CMYK 0 0.40 0.72 0.16
HSL 26.88º 0.65% 0.54% -
HSV(B) 26.88º 0.72% 0.84% -
XYZ 36.4 30.32 8.21 -
YUV 146.55 79.16 176.11 -
System Red Green Blue C M Y K H S L
Decimal 214 129 60 0 0.40 0.72 0.16 26.88 0.65 0.54
Hex D6 81 3C 0 28 48 10 1B 41 36
Octal 326 201 74 0 50 110 20 33 101 66
Binary 11010110 10000001 111100 0 101000 1001000 10000 11011 1000001 110110

Color Harmonies of #D6813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6813C

Black with #D6813C

Text Example


Text Example

White with #D6813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6813C; }

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

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

background-color css

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

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

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

border-color css

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

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

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