Html Css Color HEX #D6866B Copper

📋 copy color: '#D6866B'

red 214 ◦ green 134 ◦ blue 107

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

Shades of Copper #D6866B

Tints of Copper #D6866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.45%

 BLUE value IS 107 (42.19% from 255) = 23.52%

R = 47.03%
G = 29.45%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6866B (or 0xD6866B) is known color: Copper. HEX triplet: D6, 86 and 6B. RGB value is (214,134,107). Sum of RGB (Red+Green+Blue) = 214+134+107=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6866B is #297994. Grayscale: #9B9B9B. Windows color (decimal): -2718101 or 7046870. OLE color: 7046870.

HSL color Cylindrical-coordinate representation of color #D6866B: hue angle of 15.14º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6866B is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 107 -
CMYK 0 0.37 0.50 0.16
HSL 15.14º 0.57% 0.63% -
HSV(B) 15.14º 0.5% 0.84% -
XYZ 38.91 32.41 18.11 -
YUV 154.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 214 134 107 0 0.37 0.50 0.16 15.14 0.57 0.63
Hex D6 86 6B 0 25 32 10 F 39 3F
Octal 326 206 153 0 45 62 20 17 71 77
Binary 11010110 10000110 1101011 0 100101 110010 10000 1111 111001 111111

Color Harmonies of #D6866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6866B

Black with #D6866B

Text Example


Text Example

White with #D6866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6866B; }

 p { color: rgb(214,134,107); }

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

background-color css

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

 a { background-color: rgb(214,134,107); }

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

border-color css

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

 span { border-color: rgb(214,134,107); }

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