#6E8651

Color #6E8651 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #6E8651

Tints of Dingley #6E8651

Color information

#6E8651 (or 0x6E8651) is unknown color: approx Dingley. HEX triplet: 6E, 86 and 51. RGB value is (110,134,81). Sum of RGB (Red+Green+Blue) = 110+134+81=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #6E8651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8651 is #9179AE. Grayscale: #787878. Windows color (decimal): -9533871 or 5342830. OLE color: 5342830.

HSL color Cylindrical-coordinate representation of color #6E8651: hue angle of 87.17º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E8651 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB11013481-
CMYK0.1800.400.47
HSL87.17º24.65%42.16%-
HSV(B)87.17º39.55%52.55%-
XYZ16.4420.9610.96-
YUV120.78105.55120.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.85%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=33.85%
G=41.23%
B=24.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110134810.1800.400.4787.1724.6542.16
Hex6E8651120282F57192a
Octal15620612122050571273152
Binary1101110100001101010001100100101000101111101011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,134,81); }

 H1.HeaderClassName
 {
   color: #6E8651;
 }
 .AnyTagClassName
 {
   color: #6E8651;
 }
</style>
background-color css

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

 a { background-color: rgb(110,134,81); }

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

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

 span { border-color: rgb(110,134,81); }

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