Html Css Color HEX #6E836D Davy's Grey

📋 copy color: '#6E836D'

red 110 ◦ green 131 ◦ blue 109

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

Shades of Davy's Grey #6E836D

Tints of Davy's Grey #6E836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.43%

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

R = 31.43%
G = 37.43%
B = 31.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#6E836D (or 0x6E836D) is known color: Davy's Grey. HEX triplet: 6E, 83 and 6D. RGB value is (110,131,109). Sum of RGB (Red+Green+Blue) = 110+131+109=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #6E836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E836D is #917C92. Grayscale: #7A7A7A. Windows color (decimal): -9534611 or 7177070. OLE color: 7177070.

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

Color convert

RGB 110 131 109 -
CMYK 0.16 0 0.17 0.49
HSL 117.27º 0.09% 0.47% -
HSV(B) 117.27º 0.17% 0.51% -
XYZ 17.31 20.65 17.54 -
YUV 122.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 110 131 109 0.16 0 0.17 0.49 117.27 0.09 0.47
Hex 6E 83 6D 10 0 11 31 75 9 2F
Octal 156 203 155 20 0 21 61 165 11 57
Binary 1101110 10000011 1101101 10000 0 10001 110001 1110101 1001 101111

Color Harmonies of #6E836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E836D

Black with #6E836D

Text Example


Text Example

White with #6E836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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