#6C703E

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

Shades of Woodland #6C703E

Tints of Woodland #6C703E

Color information

#6C703E (or 0x6C703E) is unknown color: approx Woodland. HEX triplet: 6C, 70 and 3E. RGB value is (108,112,62). Sum of RGB (Red+Green+Blue) = 108+112+62=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #6C703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C703E is #938FC1. Grayscale: #696969. Windows color (decimal): -9670594 or 4092012. OLE color: 4092012.

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

Color convert

RGB10811262-
CMYK0.0400.450.56
HSL64.8º28.74%34.12%-
HSV(B)64.8º44.64%43.92%-
XYZ12.8515.126.8-
YUV105.1103.67130.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.30%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 62 (24.61% from 255) = 21.99%
R=38.30%
G=39.72%
B=21.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108112620.0400.450.5664.828.7434.12
Hex6C703E402D38411d22
Octal154160764055701013542
Binary110110011100001111101000101101111000100000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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