#6C894A

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

Shades of Dingley #6C894A

Tints of Dingley #6C894A

Color information

#6C894A (or 0x6C894A) is unknown color: approx Dingley. HEX triplet: 6C, 89 and 4A. RGB value is (108,137,74). Sum of RGB (Red+Green+Blue) = 108+137+74=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #6C894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C894A is #9376B5. Grayscale: #797979. Windows color (decimal): -9664182 or 4884844. OLE color: 4884844.

HSL color Cylindrical-coordinate representation of color #6C894A: hue angle of 87.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C894A is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB10813774-
CMYK0.2100.460.46
HSL87.62º29.86%41.37%-
HSV(B)87.62º45.99%53.73%-
XYZ16.3721.579.78-
YUV121.15101.39118.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=33.86%
G=42.95%
B=23.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108137740.2100.460.4687.6229.8641.37
Hex6C894A1502E2E581e29
Octal15421111225056561303651
Binary1101100100010011001010101010101110101110101100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,137,74); }

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

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

 a { background-color: rgb(108,137,74); }

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

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

 span { border-color: rgb(108,137,74); }

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