#6D8A51

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

Shades of Dingley #6D8A51

Tints of Dingley #6D8A51

Color information

#6D8A51 (or 0x6D8A51) is unknown color: approx Dingley. HEX triplet: 6D, 8A and 51. RGB value is (109,138,81). Sum of RGB (Red+Green+Blue) = 109+138+81=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8A51 is #9275AE. Grayscale: #7B7B7B. Windows color (decimal): -9598383 or 5343853. OLE color: 5343853.

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

Color convert

RGB10913881-
CMYK0.2100.410.46
HSL90.53º26.03%42.94%-
HSV(B)90.53º41.3%54.12%-
XYZ16.8822.0211.15-
YUV122.83104.39118.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.23%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 81 (32.03% from 255) = 24.70%
R=33.23%
G=42.07%
B=24.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109138810.2100.410.4690.5326.0342.94
Hex6D8A51150292E5b1a2b
Octal15521212125051561333253
Binary1101101100010101010001101010101001101110101101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,138,81); }

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

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

 a { background-color: rgb(109,138,81); }

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

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

 span { border-color: rgb(109,138,81); }

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