#656F4D

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

Shades of Woodland #656F4D

Tints of Woodland #656F4D

Color information

#656F4D (or 0x656F4D) is unknown color: approx Woodland. HEX triplet: 65, 6F and 4D. RGB value is (101,111,77). Sum of RGB (Red+Green+Blue) = 101+111+77=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #656F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F4D is #9A90B2. Grayscale: #686868. Windows color (decimal): -10129587 or 5074789. OLE color: 5074789.

HSL color Cylindrical-coordinate representation of color #656F4D: hue angle of 77.65º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #656F4D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB10111177-
CMYK0.0900.310.56
HSL77.65º18.09%36.86%-
HSV(B)77.65º30.63%43.53%-
XYZ12.3914.679.2-
YUV104.13112.69125.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=34.95%
G=38.41%
B=26.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101111770.0900.310.5677.6518.0936.86
Hex656F4D901F384e1225
Octal14515711511037701162245
Binary1100101110111110011011001011111111000100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,77); }

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

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

 a { background-color: rgb(101,111,77); }

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

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

 span { border-color: rgb(101,111,77); }

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