#676C3B

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

Shades of Woodland #676C3B

Tints of Woodland #676C3B

Color information

#676C3B (or 0x676C3B) is unknown color: approx Woodland. HEX triplet: 67, 6C and 3B. RGB value is (103,108,59). Sum of RGB (Red+Green+Blue) = 103+108+59=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 108 - color contains mainly: green. Hex color #676C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676C3B is #9893C4. Grayscale: #656565. Windows color (decimal): -9999301 or 3894375. OLE color: 3894375.

HSL color Cylindrical-coordinate representation of color #676C3B: hue angle of 66.12º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #676C3B is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB10310859-
CMYK0.0500.450.58
HSL66.12º29.34%32.75%-
HSV(B)66.12º45.37%42.35%-
XYZ11.7513.926.21-
YUV100.92104.34129.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.15%
GREEN value IS 108 (42.58% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=38.15%
G=40%
B=21.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103108590.0500.450.5866.1229.3432.75
Hex676C3B502D3A421d21
Octal147154735055721023541
Binary110011111011001110111010101101111010100001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,108,59); }

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

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

 a { background-color: rgb(103,108,59); }

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

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

 span { border-color: rgb(103,108,59); }

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