#6C864F

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

Shades of Dingley #6C864F

Tints of Dingley #6C864F

Color information

#6C864F (or 0x6C864F) is unknown color: approx Dingley. HEX triplet: 6C, 86 and 4F. RGB value is (108,134,79). Sum of RGB (Red+Green+Blue) = 108+134+79=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #6C864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C864F is #9379B0. Grayscale: #787878. Windows color (decimal): -9664945 or 5211756. OLE color: 5211756.

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

Color convert

RGB10813479-
CMYK0.1900.410.47
HSL88.36º25.82%41.76%-
HSV(B)88.36º41.04%52.55%-
XYZ16.1220.810.56-
YUV119.96104.89119.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 79 (31.25% from 255) = 24.61%
R=33.64%
G=41.74%
B=24.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108134790.1900.410.4788.3625.8241.76
Hex6C864F130292F581a2a
Octal15420611723051571303252
Binary1101100100001101001111100110101001101111101100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,134,79); }

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

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

 a { background-color: rgb(108,134,79); }

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

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

 span { border-color: rgb(108,134,79); }

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