#6D894B

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

Shades of Dingley #6D894B

Tints of Dingley #6D894B

Color information

#6D894B (or 0x6D894B) is unknown color: approx Dingley. HEX triplet: 6D, 89 and 4B. RGB value is (109,137,75). Sum of RGB (Red+Green+Blue) = 109+137+75=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #6D894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D894B is #9276B4. Grayscale: #797979. Windows color (decimal): -9598645 or 4950381. OLE color: 4950381.

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

Color convert

RGB10913775-
CMYK0.2000.450.46
HSL87.1º29.25%41.57%-
HSV(B)87.1º45.26%53.73%-
XYZ16.5221.659.96-
YUV121.56101.72119.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 137 (53.91% from 255) = 42.68%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=33.96%
G=42.68%
B=23.36%

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
Decimal109137750.2000.450.4687.129.2541.57
Hex6D894B1402D2E571d2a
Octal15521111324055561273552
Binary1101101100010011001011101000101101101110101011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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