Html Css Color HEX #D68C6B Copper

📋 copy color: '#D68C6B'

red 214 ◦ green 140 ◦ blue 107

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

Shades of Copper #D68C6B

Tints of Copper #D68C6B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

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

R = 46.42%
G = 30.37%
B = 23.21%

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

#D68C6B (or 0xD68C6B) is known color: Copper. HEX triplet: D6, 8C and 6B. RGB value is (214,140,107). Sum of RGB (Red+Green+Blue) = 214+140+107=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C6B is #297394. Grayscale: #9E9E9E. Windows color (decimal): -2716565 or 7048406. OLE color: 7048406.

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

Color convert

RGB 214 140 107 -
CMYK 0 0.35 0.50 0.16
HSL 18.5º 0.57% 0.63% -
HSV(B) 18.5º 0.5% 0.84% -
XYZ 39.76 34.11 18.4 -
YUV 158.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 214 140 107 0 0.35 0.50 0.16 18.5 0.57 0.63
Hex D6 8C 6B 0 23 32 10 13 39 3F
Octal 326 214 153 0 43 62 20 23 71 77
Binary 11010110 10001100 1101011 0 100011 110010 10000 10011 111001 111111

Color Harmonies of #D68C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C6B

Black with #D68C6B

Text Example


Text Example

White with #D68C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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