Html Css Color HEX #D6906A Copper

📋 copy color: '#D6906A'

red 214 ◦ green 144 ◦ blue 106

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

Shades of Copper #D6906A

Tints of Copper #D6906A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.03%

 BLUE value IS 106 (41.8% from 255) = 22.84%

R = 46.12%
G = 31.03%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6906A (or 0xD6906A) is known color: Copper. HEX triplet: D6, 90 and 6A. RGB value is (214,144,106). Sum of RGB (Red+Green+Blue) = 214+144+106=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6906A is #296F95. Grayscale: #A0A0A0. Windows color (decimal): -2715542 or 6983894. OLE color: 6983894.

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

Color convert

RGB 214 144 106 -
CMYK 0 0.33 0.50 0.16
HSL 21.11º 0.57% 0.63% -
HSV(B) 21.11º 0.5% 0.84% -
XYZ 40.31 35.28 18.32 -
YUV 160.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 214 144 106 0 0.33 0.50 0.16 21.11 0.57 0.63
Hex D6 90 6A 0 21 32 10 15 39 3F
Octal 326 220 152 0 41 62 20 25 71 77
Binary 11010110 10010000 1101010 0 100001 110010 10000 10101 111001 111111

Color Harmonies of #D6906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6906A

Black with #D6906A

Text Example


Text Example

White with #D6906A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6906A; }

 p { color: rgb(214,144,106); }

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

background-color css

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

 a { background-color: rgb(214,144,106); }

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

border-color css

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

 span { border-color: rgb(214,144,106); }

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