Html Css Color HEX #6E856C Davy's Grey

📋 copy color: '#6E856C'

red 110 ◦ green 133 ◦ blue 108

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

Shades of Davy's Grey #6E856C

Tints of Davy's Grey #6E856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

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

R = 31.34%
G = 37.89%
B = 30.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#6E856C (or 0x6E856C) is known color: Davy's Grey. HEX triplet: 6E, 85 and 6C. RGB value is (110,133,108). Sum of RGB (Red+Green+Blue) = 110+133+108=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #6E856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E856C is #917A93. Grayscale: #7B7B7B. Windows color (decimal): -9534100 or 7112046. OLE color: 7112046.

HSL color Cylindrical-coordinate representation of color #6E856C: hue angle of 115.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E856C is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 133 108 -
CMYK 0.17 0 0.19 0.48
HSL 115.2º 0.1% 0.47% -
HSV(B) 115.2º 0.19% 0.52% -
XYZ 17.52 21.17 17.35 -
YUV 123.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 110 133 108 0.17 0 0.19 0.48 115.2 0.1 0.47
Hex 6E 85 6C 11 0 13 30 73 A 2F
Octal 156 205 154 21 0 23 60 163 12 57
Binary 1101110 10000101 1101100 10001 0 10011 110000 1110011 1010 101111

Color Harmonies of #6E856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E856C

Black with #6E856C

Text Example


Text Example

White with #6E856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,133,108); }

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

background-color css

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

 a { background-color: rgb(110,133,108); }

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

border-color css

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

 span { border-color: rgb(110,133,108); }

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