Html Css Color HEX #D6836C Copper

📋 copy color: '#D6836C'

red 214 ◦ green 131 ◦ blue 108

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

Shades of Copper #D6836C

Tints of Copper #D6836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.92%

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

R = 47.24%
G = 28.92%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6836C (or 0xD6836C) is known color: Copper. HEX triplet: D6, 83 and 6C. RGB value is (214,131,108). Sum of RGB (Red+Green+Blue) = 214+131+108=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6836C is #297C93. Grayscale: #999999. Windows color (decimal): -2718868 or 7111638. OLE color: 7111638.

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

Color convert

RGB 214 131 108 -
CMYK 0 0.39 0.50 0.16
HSL 13.02º 0.56% 0.63% -
HSV(B) 13.02º 0.5% 0.84% -
XYZ 38.55 31.61 18.26 -
YUV 153.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 214 131 108 0 0.39 0.50 0.16 13.02 0.56 0.63
Hex D6 83 6C 0 27 32 10 D 38 3F
Octal 326 203 154 0 47 62 20 15 70 77
Binary 11010110 10000011 1101100 0 100111 110010 10000 1101 111000 111111

Color Harmonies of #D6836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6836C

Black with #D6836C

Text Example


Text Example

White with #D6836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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