Html Css Color HEX #D6896E Copper

📋 copy color: '#D6896E'

red 214 ◦ green 137 ◦ blue 110

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

Shades of Copper #D6896E

Tints of Copper #D6896E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 46.42%
G = 29.72%
B = 23.86%

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

#D6896E (or 0xD6896E) is known color: Copper. HEX triplet: D6, 89 and 6E. RGB value is (214,137,110). Sum of RGB (Red+Green+Blue) = 214+137+110=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6896E is #297691. Grayscale: #9D9D9D. Windows color (decimal): -2717330 or 7244246. OLE color: 7244246.

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

Color convert

RGB 214 137 110 -
CMYK 0 0.36 0.49 0.16
HSL 15.58º 0.56% 0.64% -
HSV(B) 15.58º 0.49% 0.84% -
XYZ 39.49 33.31 19.1 -
YUV 156.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 214 137 110 0 0.36 0.49 0.16 15.58 0.56 0.64
Hex D6 89 6E 0 24 31 10 10 38 40
Octal 326 211 156 0 44 61 20 20 70 100
Binary 11010110 10001001 1101110 0 100100 110001 10000 10000 111000 1000000

Color Harmonies of #D6896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6896E

Black with #D6896E

Text Example


Text Example

White with #D6896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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