#6D883C

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

Shades of Dingley #6D883C

Tints of Dingley #6D883C

Color information

#6D883C (or 0x6D883C) is unknown color: approx Dingley. HEX triplet: 6D, 88 and 3C. RGB value is (109,136,60). Sum of RGB (Red+Green+Blue) = 109+136+60=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #6D883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D883C is #9277C3. Grayscale: #777777. Windows color (decimal): -9598916 or 3967085. OLE color: 3967085.

HSL color Cylindrical-coordinate representation of color #6D883C: hue angle of 81.32º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D883C is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB10913660-
CMYK0.2000.560.47
HSL81.32º38.78%38.43%-
HSV(B)81.32º55.88%53.33%-
XYZ15.9321.197.52-
YUV119.2694.55120.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=35.74%
G=44.59%
B=19.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109136600.2000.560.4781.3238.7838.43
Hex6D883C140382F512726
Octal1552107424070571214746
Binary1101101100010001111001010001110001011111010001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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