Html Css Color HEX #D6906B Copper

📋 copy color: '#D6906B'

red 214 ◦ green 144 ◦ blue 107

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

Shades of Copper #D6906B

Tints of Copper #D6906B

RGB

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

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

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

R = 46.02%
G = 30.97%
B = 23.01%

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

#D6906B (or 0xD6906B) is known color: Copper. HEX triplet: D6, 90 and 6B. RGB value is (214,144,107). Sum of RGB (Red+Green+Blue) = 214+144+107=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6906B is #296F94. Grayscale: #A0A0A0. Windows color (decimal): -2715541 or 7049430. OLE color: 7049430.

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

Color convert

RGB 214 144 107 -
CMYK 0 0.33 0.50 0.16
HSL 20.75º 0.57% 0.63% -
HSV(B) 20.75º 0.5% 0.84% -
XYZ 40.36 35.3 18.6 -
YUV 160.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 214 144 107 0 0.33 0.50 0.16 20.75 0.57 0.63
Hex D6 90 6B 0 21 32 10 15 39 3F
Octal 326 220 153 0 41 62 20 25 71 77
Binary 11010110 10010000 1101011 0 100001 110010 10000 10101 111001 111111

Color Harmonies of #D6906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6906B

Black with #D6906B

Text Example


Text Example

White with #D6906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6906B; }

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

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

background-color css

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

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

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

border-color css

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

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

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