Html Css Color HEX #D68B6E Copper

📋 copy color: '#D68B6E'

red 214 ◦ green 139 ◦ blue 110

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

Shades of Copper #D68B6E

Tints of Copper #D68B6E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

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

R = 46.22%
G = 30.02%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D68B6E (or 0xD68B6E) is known color: Copper. HEX triplet: D6, 8B and 6E. RGB value is (214,139,110). Sum of RGB (Red+Green+Blue) = 214+139+110=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B6E is #297491. Grayscale: #9E9E9E. Windows color (decimal): -2716818 or 7244758. OLE color: 7244758.

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

Color convert

RGB 214 139 110 -
CMYK 0 0.35 0.49 0.16
HSL 16.73º 0.56% 0.64% -
HSV(B) 16.73º 0.49% 0.84% -
XYZ 39.78 33.89 19.2 -
YUV 158.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 214 139 110 0 0.35 0.49 0.16 16.73 0.56 0.64
Hex D6 8B 6E 0 23 31 10 11 38 40
Octal 326 213 156 0 43 61 20 21 70 100
Binary 11010110 10001011 1101110 0 100011 110001 10000 10001 111000 1000000

Color Harmonies of #D68B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B6E

Black with #D68B6E

Text Example


Text Example

White with #D68B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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