Html Css Color HEX #516C63 Dark Green Copper

📋 copy color: '#516C63'

red 81 ◦ green 108 ◦ blue 99

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

Shades of Dark Green Copper #516C63

Tints of Dark Green Copper #516C63

RGB

 RED value IS 81 (32.03% from 255) = 28.13%

 GREEN value IS 108 (42.58% from 255) = 37.5%

 BLUE value IS 99 (39.06% from 255) = 34.38%

R = 28.13%
G = 37.5%
B = 34.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#516C63 (or 0x516C63) is known color: Dark Green Copper. HEX triplet: 51, 6C and 63. RGB value is (81,108,99). Sum of RGB (Red+Green+Blue) = 81+108+99=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 108 - color contains mainly: green. Hex color #516C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C63 is #AE939C. Grayscale: #626262. Windows color (decimal): -11441053 or 6515793. OLE color: 6515793.

HSL color Cylindrical-coordinate representation of color #516C63: hue angle of 160º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #516C63 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 108 99 -
CMYK 0.25 0 0.08 0.58
HSL 160º 0.14% 0.37% -
HSV(B) 160º 0.25% 0.42% -
XYZ 11.01 13.38 13.81 -
YUV 98.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 81 108 99 0.25 0 0.08 0.58 160 0.14 0.37
Hex 51 6C 63 19 0 8 3A A0 E 25
Octal 121 154 143 31 0 10 72 240 16 45
Binary 1010001 1101100 1100011 11001 0 1000 111010 10100000 1110 100101

Color Harmonies of #516C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C63

Black with #516C63

Text Example


Text Example

White with #516C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516C63; }

 p { color: rgb(81,108,99); }

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

background-color css

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

 a { background-color: rgb(81,108,99); }

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

border-color css

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

 span { border-color: rgb(81,108,99); }

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