Html Css Color HEX #6E894C Dingley

📋 copy color: '#6E894C'

red 110 ◦ green 137 ◦ blue 76

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

Shades of Dingley #6E894C

Tints of Dingley #6E894C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 34.06%
G = 42.41%
B = 23.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#6E894C (or 0x6E894C) is known color: Dingley. HEX triplet: 6E, 89 and 4C. RGB value is (110,137,76). Sum of RGB (Red+Green+Blue) = 110+137+76=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #6E894C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E894C is #9176B3. Grayscale: #7A7A7A. Windows color (decimal): -9533108 or 5015918. OLE color: 5015918.

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

Color convert

RGB 110 137 76 -
CMYK 0.20 0 0.45 0.46
HSL 86.56º 0.29% 0.42% -
HSV(B) 86.56º 0.45% 0.54% -
XYZ 16.68 21.73 10.15 -
YUV 121.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 110 137 76 0.20 0 0.45 0.46 86.56 0.29 0.42
Hex 6E 89 4C 14 0 2D 2E 57 1D 2A
Octal 156 211 114 24 0 55 56 127 35 52
Binary 1101110 10001001 1001100 10100 0 101101 101110 1010111 11101 101010

Color Harmonies of #6E894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E894C

Black with #6E894C

Text Example


Text Example

White with #6E894C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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