#6C6F3E

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

Shades of Woodland #6C6F3E

Tints of Woodland #6C6F3E

Color information

#6C6F3E (or 0x6C6F3E) is unknown color: approx Woodland. HEX triplet: 6C, 6F and 3E. RGB value is (108,111,62). Sum of RGB (Red+Green+Blue) = 108+111+62=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #6C6F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6F3E is #9390C1. Grayscale: #686868. Windows color (decimal): -9670850 or 4091756. OLE color: 4091756.

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

Color convert

RGB10811162-
CMYK0.0300.440.56
HSL63.67º28.32%33.92%-
HSV(B)63.67º44.14%43.53%-
XYZ12.7414.96.76-
YUV104.52104.01130.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.43%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 62 (24.61% from 255) = 22.06%
R=38.43%
G=39.50%
B=22.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108111620.0300.440.5663.6728.3233.92
Hex6C6F3E302C38401c22
Octal154157763054701003442
Binary11011001101111111110110101100111000100000011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,111,62); }

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

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

 a { background-color: rgb(108,111,62); }

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

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

 span { border-color: rgb(108,111,62); }

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