Html Css Color HEX #D6813D Peru

📋 copy color: '#D6813D'

red 214 ◦ green 129 ◦ blue 61

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

Shades of Peru #D6813D

Tints of Peru #D6813D

RGB

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

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

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

R = 52.97%
G = 31.93%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6813D (or 0xD6813D) is known color: Peru. HEX triplet: D6, 81 and 3D. RGB value is (214,129,61). Sum of RGB (Red+Green+Blue) = 214+129+61=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6813D is #297EC2. Grayscale: #939393. Windows color (decimal): -2719427 or 4030934. OLE color: 4030934.

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

Color convert

RGB 214 129 61 -
CMYK 0 0.40 0.71 0.16
HSL 26.67º 0.65% 0.54% -
HSV(B) 26.67º 0.71% 0.84% -
XYZ 36.42 30.33 8.35 -
YUV 146.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 214 129 61 0 0.40 0.71 0.16 26.67 0.65 0.54
Hex D6 81 3D 0 28 47 10 1B 41 36
Octal 326 201 75 0 50 107 20 33 101 66
Binary 11010110 10000001 111101 0 101000 1000111 10000 11011 1000001 110110

Color Harmonies of #D6813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6813D

Black with #D6813D

Text Example


Text Example

White with #D6813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6813D; }

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

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

background-color css

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

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

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

border-color css

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

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

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