#6C824D

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

Shades of Dingley #6C824D

Tints of Dingley #6C824D

Color information

#6C824D (or 0x6C824D) is unknown color: approx Dingley. HEX triplet: 6C, 82 and 4D. RGB value is (108,130,77). Sum of RGB (Red+Green+Blue) = 108+130+77=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #6C824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C824D is #937DB2. Grayscale: #757575. Windows color (decimal): -9665971 or 5079660. OLE color: 5079660.

HSL color Cylindrical-coordinate representation of color #6C824D: hue angle of 84.91º 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 #6C824D is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB10813077-
CMYK0.1700.410.49
HSL84.91º25.6%40.59%-
HSV(B)84.91º40.77%50.98%-
XYZ15.5119.6910-
YUV117.38105.21121.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=34.29%
G=41.27%
B=24.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108130770.1700.410.4984.9125.640.59
Hex6C824D1102931551a29
Octal15420211521051611253251
Binary1101100100000101001101100010101001110001101010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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