#6C713F

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

Shades of Woodland #6C713F

Tints of Woodland #6C713F

Color information

#6C713F (or 0x6C713F) is unknown color: approx Woodland. HEX triplet: 6C, 71 and 3F. RGB value is (108,113,63). Sum of RGB (Red+Green+Blue) = 108+113+63=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #6C713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C713F is #938EC0. Grayscale: #6A6A6A. Windows color (decimal): -9670337 or 4157804. OLE color: 4157804.

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

Color convert

RGB10811363-
CMYK0.0400.440.56
HSL66º28.41%34.51%-
HSV(B)66º44.25%44.31%-
XYZ12.9915.366.98-
YUV105.8103.84129.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.03%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 63 (25% from 255) = 22.18%
R=38.03%
G=39.79%
B=22.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108113630.0400.440.566628.4134.51
Hex6C713F402C38421c23
Octal154161774054701023443
Binary110110011100011111111000101100111000100001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,113,63); }

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

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

 a { background-color: rgb(108,113,63); }

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

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

 span { border-color: rgb(108,113,63); }

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