Html Css Color HEX #6E894E Dingley

📋 copy color: '#6E894E'

red 110 ◦ green 137 ◦ blue 78

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

Shades of Dingley #6E894E

Tints of Dingley #6E894E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.15%

 BLUE value IS 78 (30.86% from 255) = 24%

R = 33.85%
G = 42.15%
B = 24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#6E894E (or 0x6E894E) is known color: Dingley. HEX triplet: 6E, 89 and 4E. RGB value is (110,137,78). Sum of RGB (Red+Green+Blue) = 110+137+78=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #6E894E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E894E is #9176B1. Grayscale: #7A7A7A. Windows color (decimal): -9533106 or 5146990. OLE color: 5146990.

HSL color Cylindrical-coordinate representation of color #6E894E: hue angle of 87.46º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E894E is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 137 78 -
CMYK 0.20 0 0.43 0.46
HSL 87.46º 0.27% 0.42% -
HSV(B) 87.46º 0.43% 0.54% -
XYZ 16.75 21.76 10.52 -
YUV 122.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 110 137 78 0.20 0 0.43 0.46 87.46 0.27 0.42
Hex 6E 89 4E 14 0 2B 2E 57 1B 2A
Octal 156 211 116 24 0 53 56 127 33 52
Binary 1101110 10001001 1001110 10100 0 101011 101110 1010111 11011 101010

Color Harmonies of #6E894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E894E

Black with #6E894E

Text Example


Text Example

White with #6E894E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,137,78); }

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

background-color css

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

 a { background-color: rgb(110,137,78); }

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

border-color css

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

 span { border-color: rgb(110,137,78); }

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