Html Css Color HEX #6E816D Davy's Grey

📋 copy color: '#6E816D'

red 110 ◦ green 129 ◦ blue 109

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

Shades of Davy's Grey #6E816D

Tints of Davy's Grey #6E816D

RGB

 RED value IS 110 (43.36% from 255) = 31.61%

 GREEN value IS 129 (50.78% from 255) = 37.07%

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

R = 31.61%
G = 37.07%
B = 31.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#6E816D (or 0x6E816D) is known color: Davy's Grey. HEX triplet: 6E, 81 and 6D. RGB value is (110,129,109). Sum of RGB (Red+Green+Blue) = 110+129+109=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #6E816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E816D is #917E92. Grayscale: #797979. Windows color (decimal): -9535123 or 7176558. OLE color: 7176558.

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

Color convert

RGB 110 129 109 -
CMYK 0.15 0 0.16 0.49
HSL 117º 0.08% 0.47% -
HSV(B) 117º 0.16% 0.51% -
XYZ 17.04 20.12 17.45 -
YUV 121.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 110 129 109 0.15 0 0.16 0.49 117 0.08 0.47
Hex 6E 81 6D F 0 10 31 75 8 2F
Octal 156 201 155 17 0 20 61 165 10 57
Binary 1101110 10000001 1101101 1111 0 10000 110001 1110101 1000 101111

Color Harmonies of #6E816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E816D

Black with #6E816D

Text Example


Text Example

White with #6E816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,129,109); }

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

background-color css

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

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

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

border-color css

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

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

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