Html Css Color HEX #6E894B Dingley

📋 copy color: '#6E894B'

red 110 ◦ green 137 ◦ blue 75

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

Shades of Dingley #6E894B

Tints of Dingley #6E894B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 34.16%
G = 42.55%
B = 23.29%

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

#6E894B (or 0x6E894B) is known color: Dingley. HEX triplet: 6E, 89 and 4B. RGB value is (110,137,75). Sum of RGB (Red+Green+Blue) = 110+137+75=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #6E894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E894B is #9176B4. Grayscale: #7A7A7A. Windows color (decimal): -9533109 or 4950382. OLE color: 4950382.

HSL color Cylindrical-coordinate representation of color #6E894B: hue angle of 86.13º 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 #6E894B is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 137 75 -
CMYK 0.20 0 0.45 0.46
HSL 86.13º 0.29% 0.42% -
HSV(B) 86.13º 0.45% 0.54% -
XYZ 16.65 21.71 9.97 -
YUV 121.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 110 137 75 0.20 0 0.45 0.46 86.13 0.29 0.42
Hex 6E 89 4B 14 0 2D 2E 56 1D 2A
Octal 156 211 113 24 0 55 56 126 35 52
Binary 1101110 10001001 1001011 10100 0 101101 101110 1010110 11101 101010

Color Harmonies of #6E894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E894B

Black with #6E894B

Text Example


Text Example

White with #6E894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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