#6D865C

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

Shades of Camouflage Green #6D865C

Tints of Camouflage Green #6D865C

Color information

#6D865C (or 0x6D865C) is unknown color: approx Camouflage Green. HEX triplet: 6D, 86 and 5C. RGB value is (109,134,92). Sum of RGB (Red+Green+Blue) = 109+134+92=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #6D865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D865C is #9279A3. Grayscale: #797979. Windows color (decimal): -9599396 or 6063725. OLE color: 6063725.

HSL color Cylindrical-coordinate representation of color #6D865C: hue angle of 95.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D865C is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB10913492-
CMYK0.1900.310.47
HSL95.71º18.58%44.31%-
HSV(B)95.71º31.34%52.55%-
XYZ16.7621.0713.31-
YUV121.74111.22118.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=32.54%
G=40%
B=27.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109134920.1900.310.4795.7118.5844.31
Hex6D865C1301F2F60132c
Octal15520613423037571402354
Binary110110110000110101110010011011111101111110000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,134,92); }

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

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

 a { background-color: rgb(109,134,92); }

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

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

 span { border-color: rgb(109,134,92); }

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