#6C8543

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

Shades of Dingley #6C8543

Tints of Dingley #6C8543

Color information

#6C8543 (or 0x6C8543) is unknown color: approx Dingley. HEX triplet: 6C, 85 and 43. RGB value is (108,133,67). Sum of RGB (Red+Green+Blue) = 108+133+67=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8543 is #937ABC. Grayscale: #767676. Windows color (decimal): -9665213 or 4425068. OLE color: 4425068.

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

Color convert

RGB10813367-
CMYK0.1900.500.48
HSL82.73º33%39.22%-
HSV(B)82.73º49.62%52.16%-
XYZ15.5820.378.42-
YUV11899.22120.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.06%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=35.06%
G=43.18%
B=21.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108133670.1900.500.4882.733339.22
Hex6C85431303230532127
Octal15420510323062601234147
Binary11011001000010110000111001101100101100001010011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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