#656E4B

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

Shades of Woodland #656E4B

Tints of Woodland #656E4B

Color information

#656E4B (or 0x656E4B) is unknown color: approx Woodland. HEX triplet: 65, 6E and 4B. RGB value is (101,110,75). Sum of RGB (Red+Green+Blue) = 101+110+75=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #656E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656E4B is #9A91B4. Grayscale: #676767. Windows color (decimal): -10129845 or 4943461. OLE color: 4943461.

HSL color Cylindrical-coordinate representation of color #656E4B: hue angle of 75.43º 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 #656E4B is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB10111075-
CMYK0.0800.320.57
HSL75.43º18.92%36.27%-
HSV(B)75.43º31.82%43.14%-
XYZ12.2114.438.8-
YUV103.32112.02126.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.31%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=35.31%
G=38.46%
B=26.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101110750.0800.320.5775.4318.9236.27
Hex656E4B8020394b1324
Octal14515611310040711132344
Binary11001011101110100101110000100000111001100101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,110,75); }

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

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

 a { background-color: rgb(101,110,75); }

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

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

 span { border-color: rgb(101,110,75); }

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