Html Css Color HEX #6D796D Davy's Grey

📋 copy color: '#6D796D'

red 109 ◦ green 121 ◦ blue 109

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

Shades of Davy's Grey #6D796D

Tints of Davy's Grey #6D796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.69%

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 32.15%
G = 35.69%
B = 32.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#6D796D (or 0x6D796D) is known color: Davy's Grey. HEX triplet: 6D, 79 and 6D. RGB value is (109,121,109). Sum of RGB (Red+Green+Blue) = 109+121+109=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #6D796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D796D is #928692. Grayscale: #747474. Windows color (decimal): -9602707 or 7174509. OLE color: 7174509.

HSL color Cylindrical-coordinate representation of color #6D796D: hue angle of 120º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D796D is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 121 109 -
CMYK 0.10 0 0.10 0.53
HSL 120º 0.05% 0.45% -
HSV(B) 120º 0.1% 0.47% -
XYZ 15.9 18.03 17.11 -
YUV 116.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 109 121 109 0.10 0 0.10 0.53 120 0.05 0.45
Hex 6D 79 6D A 0 A 35 78 5 2D
Octal 155 171 155 12 0 12 65 170 5 55
Binary 1101101 1111001 1101101 1010 0 1010 110101 1111000 101 101101

Color Harmonies of #6D796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D796D

Black with #6D796D

Text Example


Text Example

White with #6D796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,121,109); }

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

background-color css

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

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

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

border-color css

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

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

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