Html Css Color HEX #D68B6C Copper

📋 copy color: '#D68B6C'

red 214 ◦ green 139 ◦ blue 108

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

Shades of Copper #D68B6C

Tints of Copper #D68B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 46.42%
G = 30.15%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D68B6C (or 0xD68B6C) is known color: Copper. HEX triplet: D6, 8B and 6C. RGB value is (214,139,108). Sum of RGB (Red+Green+Blue) = 214+139+108=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B6C is #297493. Grayscale: #9E9E9E. Windows color (decimal): -2716820 or 7113686. OLE color: 7113686.

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

Color convert

RGB 214 139 108 -
CMYK 0 0.35 0.50 0.16
HSL 17.55º 0.56% 0.63% -
HSV(B) 17.55º 0.5% 0.84% -
XYZ 39.67 33.84 18.63 -
YUV 157.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 214 139 108 0 0.35 0.50 0.16 17.55 0.56 0.63
Hex D6 8B 6C 0 23 32 10 12 38 3F
Octal 326 213 154 0 43 62 20 22 70 77
Binary 11010110 10001011 1101100 0 100011 110010 10000 10010 111000 111111

Color Harmonies of #D68B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B6C

Black with #D68B6C

Text Example


Text Example

White with #D68B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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