Html Css Color HEX #D6873D Peru

📋 copy color: '#D6873D'

red 214 ◦ green 135 ◦ blue 61

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

Shades of Peru #D6873D

Tints of Peru #D6873D

RGB

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

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

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

R = 52.2%
G = 32.93%
B = 14.88%

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

#D6873D (or 0xD6873D) is known color: Peru. HEX triplet: D6, 87 and 3D. RGB value is (214,135,61). Sum of RGB (Red+Green+Blue) = 214+135+61=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6873D is #2978C2. Grayscale: #969696. Windows color (decimal): -2717891 or 4032470. OLE color: 4032470.

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

Color convert

RGB 214 135 61 -
CMYK 0 0.37 0.71 0.16
HSL 29.02º 0.65% 0.54% -
HSV(B) 29.02º 0.71% 0.84% -
XYZ 37.24 31.96 8.62 -
YUV 150.19 77.67 173.52 -
System Red Green Blue C M Y K H S L
Decimal 214 135 61 0 0.37 0.71 0.16 29.02 0.65 0.54
Hex D6 87 3D 0 25 47 10 1D 41 36
Octal 326 207 75 0 45 107 20 35 101 66
Binary 11010110 10000111 111101 0 100101 1000111 10000 11101 1000001 110110

Color Harmonies of #D6873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6873D

Black with #D6873D

Text Example


Text Example

White with #D6873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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