#6C834D

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

Shades of Dingley #6C834D

Tints of Dingley #6C834D

Color information

#6C834D (or 0x6C834D) is unknown color: approx Dingley. HEX triplet: 6C, 83 and 4D. RGB value is (108,131,77). Sum of RGB (Red+Green+Blue) = 108+131+77=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #6C834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C834D is #937CB2. Grayscale: #767676. Windows color (decimal): -9665715 or 5079916. OLE color: 5079916.

HSL color Cylindrical-coordinate representation of color #6C834D: hue angle of 85.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C834D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB10813177-
CMYK0.1800.410.49
HSL85.56º25.96%40.78%-
HSV(B)85.56º41.22%51.37%-
XYZ15.6419.9610.05-
YUV117.97104.88120.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.18%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 77 (30.47% from 255) = 24.37%
R=34.18%
G=41.46%
B=24.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108131770.1800.410.4985.5625.9640.78
Hex6C834D1202931561a29
Octal15420311522051611263251
Binary1101100100000111001101100100101001110001101011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,131,77); }

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

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

 a { background-color: rgb(108,131,77); }

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

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

 span { border-color: rgb(108,131,77); }

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