#676E49

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

Shades of Woodland #676E49

Tints of Woodland #676E49

Color information

#676E49 (or 0x676E49) is unknown color: approx Woodland. HEX triplet: 67, 6E and 49. RGB value is (103,110,73). Sum of RGB (Red+Green+Blue) = 103+110+73=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #676E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676E49 is #9891B6. Grayscale: #676767. Windows color (decimal): -9998775 or 4812391. OLE color: 4812391.

HSL color Cylindrical-coordinate representation of color #676E49: hue angle of 71.35º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #676E49 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB10311073-
CMYK0.0600.340.57
HSL71.35º20.22%35.88%-
HSV(B)71.35º33.64%43.14%-
XYZ12.3714.528.45-
YUV103.69110.68127.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.01%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=36.01%
G=38.46%
B=25.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103110730.0600.340.5771.3520.2235.88
Hex676E49602239471424
Octal1471561116042711072444
Binary1100111110111010010011100100010111001100011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676E49; }

 p { color: rgb(103,110,73); }

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

<style>
 a { background-color: #676E49; }

 a { background-color: rgb(103,110,73); }

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

<style>
 span { border-color: #676E49; }

 span { border-color: rgb(103,110,73); }

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