#6D853C

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

Shades of Dingley #6D853C

Tints of Dingley #6D853C

Color information

#6D853C (or 0x6D853C) is unknown color: approx Dingley. HEX triplet: 6D, 85 and 3C. RGB value is (109,133,60). Sum of RGB (Red+Green+Blue) = 109+133+60=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #6D853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D853C is #927AC3. Grayscale: #757575. Windows color (decimal): -9599684 or 3966317. OLE color: 3966317.

HSL color Cylindrical-coordinate representation of color #6D853C: hue angle of 79.73º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D853C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB10913360-
CMYK0.1800.550.48
HSL79.73º37.82%37.84%-
HSV(B)79.73º54.89%52.16%-
XYZ15.5120.357.39-
YUV117.595.55121.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.09%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=36.09%
G=44.04%
B=19.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109133600.1800.550.4879.7337.8237.84
Hex6D853C1203730502626
Octal1552057422067601204646
Binary1101101100001011111001001001101111100001010000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,60); }

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

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

 a { background-color: rgb(109,133,60); }

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

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

 span { border-color: rgb(109,133,60); }

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