Html Css Color HEX #6D806C Davy's Grey

📋 copy color: '#6D806C'

red 109 ◦ green 128 ◦ blue 108

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

Shades of Davy's Grey #6D806C

Tints of Davy's Grey #6D806C

RGB

 RED value IS 109 (42.97% from 255) = 31.59%

 GREEN value IS 128 (50.39% from 255) = 37.1%

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

R = 31.59%
G = 37.1%
B = 31.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#6D806C (or 0x6D806C) is known color: Davy's Grey. HEX triplet: 6D, 80 and 6C. RGB value is (109,128,108). Sum of RGB (Red+Green+Blue) = 109+128+108=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #6D806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D806C is #927F93. Grayscale: #787878. Windows color (decimal): -9600916 or 7110765. OLE color: 7110765.

HSL color Cylindrical-coordinate representation of color #6D806C: hue angle of 117º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D806C is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 128 108 -
CMYK 0.15 0 0.16 0.50
HSL 117º 0.08% 0.46% -
HSV(B) 117º 0.16% 0.5% -
XYZ 16.73 19.77 17.12 -
YUV 120.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 109 128 108 0.15 0 0.16 0.50 117 0.08 0.46
Hex 6D 80 6C F 0 10 32 75 8 2E
Octal 155 200 154 17 0 20 62 165 10 56
Binary 1101101 10000000 1101100 1111 0 10000 110010 1110101 1000 101110

Color Harmonies of #6D806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D806C

Black with #6D806C

Text Example


Text Example

White with #6D806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D806C; }

 p { color: rgb(109,128,108); }

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

background-color css

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

 a { background-color: rgb(109,128,108); }

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

border-color css

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

 span { border-color: rgb(109,128,108); }

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