Html Css Color HEX #D6876F Copper

📋 copy color: '#D6876F'

red 214 ◦ green 135 ◦ blue 111

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

Shades of Copper #D6876F

Tints of Copper #D6876F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.13%

R = 46.52%
G = 29.35%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6876F (or 0xD6876F) is known color: Copper. HEX triplet: D6, 87 and 6F. RGB value is (214,135,111). Sum of RGB (Red+Green+Blue) = 214+135+111=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6876F is #297890. Grayscale: #9C9C9C. Windows color (decimal): -2717841 or 7309270. OLE color: 7309270.

HSL color Cylindrical-coordinate representation of color #D6876F: hue angle of 13.98º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6876F is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 111 -
CMYK 0 0.37 0.48 0.16
HSL 13.98º 0.56% 0.64% -
HSV(B) 13.98º 0.48% 0.84% -
XYZ 39.26 32.77 19.3 -
YUV 155.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 214 135 111 0 0.37 0.48 0.16 13.98 0.56 0.64
Hex D6 87 6F 0 25 30 10 E 38 40
Octal 326 207 157 0 45 60 20 16 70 100
Binary 11010110 10000111 1101111 0 100101 110000 10000 1110 111000 1000000

Color Harmonies of #D6876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6876F

Black with #D6876F

Text Example


Text Example

White with #D6876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6876F; }

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

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

background-color css

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

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

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

border-color css

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

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

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