#656D4A

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

Shades of Woodland #656D4A

Tints of Woodland #656D4A

Color information

#656D4A (or 0x656D4A) is unknown color: approx Woodland. HEX triplet: 65, 6D and 4A. RGB value is (101,109,74). Sum of RGB (Red+Green+Blue) = 101+109+74=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 109 - color contains mainly: green. Hex color #656D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656D4A is #9A92B5. Grayscale: #666666. Windows color (decimal): -10130102 or 4877669. OLE color: 4877669.

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

Color convert

RGB10110974-
CMYK0.0700.320.57
HSL73.71º19.13%35.88%-
HSV(B)73.71º32.11%42.75%-
XYZ12.0714.28.58-
YUV102.62111.85126.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=35.56%
G=38.38%
B=26.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101109740.0700.320.5773.7119.1335.88
Hex656D4A7020394a1324
Octal1451551127040711122344
Binary1100101110110110010101110100000111001100101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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