#6C7040

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

Shades of Woodland #6C7040

Tints of Woodland #6C7040

Color information

#6C7040 (or 0x6C7040) is unknown color: approx Woodland. HEX triplet: 6C, 70 and 40. RGB value is (108,112,64). Sum of RGB (Red+Green+Blue) = 108+112+64=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7040 is #938FBF. Grayscale: #696969. Windows color (decimal): -9670592 or 4223084. OLE color: 4223084.

HSL color Cylindrical-coordinate representation of color #6C7040: hue angle of 65º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C7040 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB10811264-
CMYK0.0400.430.56
HSL65º27.27%34.51%-
HSV(B)65º42.86%43.92%-
XYZ12.915.157.09-
YUV105.33104.67129.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.03%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=38.03%
G=39.44%
B=22.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108112640.0400.430.566527.2734.51
Hex6C7040402B38411b23
Octal1541601004053701013343
Binary1101100111000010000001000101011111000100000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,112,64); }

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

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

 a { background-color: rgb(108,112,64); }

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

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

 span { border-color: rgb(108,112,64); }

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