Html Css Color HEX #D6895F Copper

📋 copy color: '#D6895F'

red 214 ◦ green 137 ◦ blue 95

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

Shades of Copper #D6895F

Tints of Copper #D6895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.72%

 BLUE value IS 95 (37.5% from 255) = 21.3%

R = 47.98%
G = 30.72%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6895F (or 0xD6895F) is known color: Copper. HEX triplet: D6, 89 and 5F. RGB value is (214,137,95). Sum of RGB (Red+Green+Blue) = 214+137+95=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6895F is #2976A0. Grayscale: #9B9B9B. Windows color (decimal): -2717345 or 6261206. OLE color: 6261206.

HSL color Cylindrical-coordinate representation of color #D6895F: hue angle of 21.18º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6895F is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 95 -
CMYK 0 0.36 0.56 0.16
HSL 21.18º 0.59% 0.61% -
HSV(B) 21.18º 0.56% 0.84% -
XYZ 38.74 33.01 15.16 -
YUV 155.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 214 137 95 0 0.36 0.56 0.16 21.18 0.59 0.61
Hex D6 89 5F 0 24 38 10 15 3B 3D
Octal 326 211 137 0 44 70 20 25 73 75
Binary 11010110 10001001 1011111 0 100100 111000 10000 10101 111011 111101

Color Harmonies of #D6895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6895F

Black with #D6895F

Text Example


Text Example

White with #D6895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6895F; }

 p { color: rgb(214,137,95); }

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

background-color css

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

 a { background-color: rgb(214,137,95); }

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

border-color css

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

 span { border-color: rgb(214,137,95); }

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