#6C8544

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

Shades of Dingley #6C8544

Tints of Dingley #6C8544

Color information

#6C8544 (or 0x6C8544) is unknown color: approx Dingley. HEX triplet: 6C, 85 and 44. RGB value is (108,133,68). Sum of RGB (Red+Green+Blue) = 108+133+68=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8544 is #937ABB. Grayscale: #767676. Windows color (decimal): -9665212 or 4490604. OLE color: 4490604.

HSL color Cylindrical-coordinate representation of color #6C8544: hue angle of 83.08º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C8544 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB10813368-
CMYK0.1900.490.48
HSL83.08º32.34%39.41%-
HSV(B)83.08º48.87%52.16%-
XYZ15.6220.388.58-
YUV118.1299.72120.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=34.95%
G=43.04%
B=22.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108133680.1900.490.4883.0832.3439.41
Hex6C85441303130532027
Octal15420510423061601234047
Binary11011001000010110001001001101100011100001010011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,133,68); }

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

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

 a { background-color: rgb(108,133,68); }

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

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

 span { border-color: rgb(108,133,68); }

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