#6D894C

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

Shades of Dingley #6D894C

Tints of Dingley #6D894C

Color information

#6D894C (or 0x6D894C) is unknown color: approx Dingley. HEX triplet: 6D, 89 and 4C. RGB value is (109,137,76). Sum of RGB (Red+Green+Blue) = 109+137+76=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #6D894C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D894C is #9276B3. Grayscale: #797979. Windows color (decimal): -9598644 or 5015917. OLE color: 5015917.

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

Color convert

RGB10913776-
CMYK0.2000.450.46
HSL87.54º28.64%41.76%-
HSV(B)87.54º44.53%53.73%-
XYZ16.5621.6610.15-
YUV121.67102.22118.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.85%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=33.85%
G=42.55%
B=23.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109137760.2000.450.4687.5428.6441.76
Hex6D894C1402D2E581d2a
Octal15521111424055561303552
Binary1101101100010011001100101000101101101110101100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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