#656D4C

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

Shades of Woodland #656D4C

Tints of Woodland #656D4C

Color information

#656D4C (or 0x656D4C) is unknown color: approx Woodland. HEX triplet: 65, 6D and 4C. RGB value is (101,109,76). Sum of RGB (Red+Green+Blue) = 101+109+76=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #656D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656D4C is #9A92B3. Grayscale: #666666. Windows color (decimal): -10130100 or 5008741. OLE color: 5008741.

HSL color Cylindrical-coordinate representation of color #656D4C: hue angle of 74.55º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #656D4C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB10110976-
CMYK0.0700.300.57
HSL74.55º17.84%36.27%-
HSV(B)74.55º30.28%42.75%-
XYZ12.1414.238.94-
YUV102.85112.85126.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.31%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=35.31%
G=38.11%
B=26.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101109760.0700.300.5774.5517.8436.27
Hex656D4C701E394b1224
Octal1451551147036711132244
Binary110010111011011001100111011110111001100101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656D4C; }

 p { color: rgb(101,109,76); }

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

<style>
 a { background-color: #656D4C; }

 a { background-color: rgb(101,109,76); }

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

<style>
 span { border-color: #656D4C; }

 span { border-color: rgb(101,109,76); }

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