Html Css Color HEX #D6873F Peru

📋 copy color: '#D6873F'

red 214 ◦ green 135 ◦ blue 63

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

Shades of Peru #D6873F

Tints of Peru #D6873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.77%

 BLUE value IS 63 (25% from 255) = 15.29%

R = 51.94%
G = 32.77%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6873F (or 0xD6873F) is known color: Peru. HEX triplet: D6, 87 and 3F. RGB value is (214,135,63). Sum of RGB (Red+Green+Blue) = 214+135+63=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6873F is #2978C0. Grayscale: #969696. Windows color (decimal): -2717889 or 4163542. OLE color: 4163542.

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

Color convert

RGB 214 135 63 -
CMYK 0 0.37 0.71 0.16
HSL 28.61º 0.65% 0.54% -
HSV(B) 28.61º 0.71% 0.84% -
XYZ 37.29 31.98 8.91 -
YUV 150.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 214 135 63 0 0.37 0.71 0.16 28.61 0.65 0.54
Hex D6 87 3F 0 25 47 10 1D 41 36
Octal 326 207 77 0 45 107 20 35 101 66
Binary 11010110 10000111 111111 0 100101 1000111 10000 11101 1000001 110110

Color Harmonies of #D6873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6873F

Black with #D6873F

Text Example


Text Example

White with #D6873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6873F; }

 p { color: rgb(214,135,63); }

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

background-color css

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

 a { background-color: rgb(214,135,63); }

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

border-color css

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

 span { border-color: rgb(214,135,63); }

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