#6E884B

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

Shades of Dingley #6E884B

Tints of Dingley #6E884B

Color information

#6E884B (or 0x6E884B) is unknown color: approx Dingley. HEX triplet: 6E, 88 and 4B. RGB value is (110,136,75). Sum of RGB (Red+Green+Blue) = 110+136+75=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #6E884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E884B is #9177B4. Grayscale: #797979. Windows color (decimal): -9533365 or 4950126. OLE color: 4950126.

HSL color Cylindrical-coordinate representation of color #6E884B: hue angle of 85.57º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E884B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB11013675-
CMYK0.1900.450.47
HSL85.57º28.91%41.37%-
HSV(B)85.57º44.85%53.33%-
XYZ16.521.439.92-
YUV121.27101.89119.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.27%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=34.27%
G=42.37%
B=23.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110136750.1900.450.4785.5728.9141.37
Hex6E884B1302D2F561d29
Octal15621011323055571263551
Binary1101110100010001001011100110101101101111101011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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