#676D41

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

Shades of Woodland #676D41

Tints of Woodland #676D41

Color information

#676D41 (or 0x676D41) is unknown color: approx Woodland. HEX triplet: 67, 6D and 41. RGB value is (103,109,65). Sum of RGB (Red+Green+Blue) = 103+109+65=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #676D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676D41 is #9892BE. Grayscale: #666666. Windows color (decimal): -9999039 or 4287847. OLE color: 4287847.

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

Color convert

RGB10310965-
CMYK0.0600.400.57
HSL68.18º25.29%34.12%-
HSV(B)68.18º40.37%42.75%-
XYZ12.0214.27.11-
YUV102.19107.01128.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 109 (42.97% from 255) = 39.35%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=37.18%
G=39.35%
B=23.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103109650.0600.400.5768.1825.2934.12
Hex676D41602839441922
Octal1471551016050711043142
Binary1100111110110110000011100101000111001100010011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,109,65); }

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

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

 a { background-color: rgb(103,109,65); }

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

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

 span { border-color: rgb(103,109,65); }

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