Html Css Color HEX #D6836A Copper

📋 copy color: '#D6836A'

red 214 ◦ green 131 ◦ blue 106

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

Shades of Copper #D6836A

Tints of Copper #D6836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.5%

R = 47.45%
G = 29.05%
B = 23.5%

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

#D6836A (or 0xD6836A) is known color: Copper. HEX triplet: D6, 83 and 6A. RGB value is (214,131,106). Sum of RGB (Red+Green+Blue) = 214+131+106=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6836A is #297C95. Grayscale: #999999. Windows color (decimal): -2718870 or 6980566. OLE color: 6980566.

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

Color convert

RGB 214 131 106 -
CMYK 0 0.39 0.50 0.16
HSL 13.89º 0.57% 0.63% -
HSV(B) 13.89º 0.5% 0.84% -
XYZ 38.45 31.57 17.7 -
YUV 152.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 214 131 106 0 0.39 0.50 0.16 13.89 0.57 0.63
Hex D6 83 6A 0 27 32 10 E 39 3F
Octal 326 203 152 0 47 62 20 16 71 77
Binary 11010110 10000011 1101010 0 100111 110010 10000 1110 111001 111111

Color Harmonies of #D6836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6836A

Black with #D6836A

Text Example


Text Example

White with #D6836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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