Html Css Color HEX #D6896D Copper

📋 copy color: '#D6896D'

red 214 ◦ green 137 ◦ blue 109

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

Shades of Copper #D6896D

Tints of Copper #D6896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.78%

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 46.52%
G = 29.78%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6896D (or 0xD6896D) is known color: Copper. HEX triplet: D6, 89 and 6D. RGB value is (214,137,109). Sum of RGB (Red+Green+Blue) = 214+137+109=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6896D is #297692. Grayscale: #9D9D9D. Windows color (decimal): -2717331 or 7178710. OLE color: 7178710.

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

Color convert

RGB 214 137 109 -
CMYK 0 0.36 0.49 0.16
HSL 16º 0.56% 0.63% -
HSV(B) 16º 0.49% 0.84% -
XYZ 39.44 33.29 18.82 -
YUV 156.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 214 137 109 0 0.36 0.49 0.16 16 0.56 0.63
Hex D6 89 6D 0 24 31 10 10 38 3F
Octal 326 211 155 0 44 61 20 20 70 77
Binary 11010110 10001001 1101101 0 100100 110001 10000 10000 111000 111111

Color Harmonies of #D6896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6896D

Black with #D6896D

Text Example


Text Example

White with #D6896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6896D; }

 p { color: rgb(214,137,109); }

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

background-color css

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

 a { background-color: rgb(214,137,109); }

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

border-color css

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

 span { border-color: rgb(214,137,109); }

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